Html Css Color HEX #691D09 Red Oxide

📋 copy color: '#691D09'

red 105 ◦ green 29 ◦ blue 9

#691D09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #691D09

Tints of Red Oxide #691D09

RGB

 RED value IS 105 (41.41% from 255) = 73.43%

 GREEN value IS 29 (11.72% from 255) = 20.28%

 BLUE value IS 9 (3.91% from 255) = 6.29%

R = 73.43%
G = 20.28%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#691D09 (or 0x691D09) is known color: Red Oxide. HEX triplet: 69, 1D and 09. RGB value is (105,29,9). Sum of RGB (Red+Green+Blue) = 105+29+9=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D09 is #96E2F6. Grayscale: #313131. Windows color (decimal): -9888503 or 597353. OLE color: 597353.

HSL color Cylindrical-coordinate representation of color #691D09: hue angle of 12.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #691D09 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 29 9 -
CMYK 0 0.72 0.91 0.59
HSL 12.5º 0.84% 0.22% -
HSV(B) 12.5º 0.91% 0.41% -
XYZ 6.31 3.9 0.68 -
YUV 49.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 105 29 9 0 0.72 0.91 0.59 12.5 0.84 0.22
Hex 69 1D 9 0 48 5B 3B C 54 16
Octal 151 35 11 0 110 133 73 14 124 26
Binary 1101001 11101 1001 0 1001000 1011011 111011 1100 1010100 10110

Color Harmonies of #691D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D09

Black with #691D09

Text Example


Text Example

White with #691D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691D09; }

 p { color: rgb(105,29,9); }

 H1.HeaderClassName
 {
   color: #691D09;
 }
 .AnyTagClassName
 {
   color: #691D09;
 }
</style>

background-color css

<style>
 a { background-color: #691D09; }

 a { background-color: rgb(105,29,9); }

 div.DivClassName
 {
   background-color: #691D09;
 }
 .BgClassName
 {
   background-color: #691D09;
 }
</style>

border-color css

<style>
 span { border-color: #691D09; }

 span { border-color: rgb(105,29,9); }

 td.TdClassName
 {
   border-color: #691D09;
 }
 .TagClassName
 {
   border-color: #691D09;
 }
</style>