Html Css Color HEX #691D08 Red Oxide

📋 copy color: '#691D08'

red 105 ◦ green 29 ◦ blue 8

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

Shades of Red Oxide #691D08

Tints of Red Oxide #691D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 73.94%
G = 20.42%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691D08 (or 0x691D08) is known color: Red Oxide. HEX triplet: 69, 1D and 08. RGB value is (105,29,8). Sum of RGB (Red+Green+Blue) = 105+29+8=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #691D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D08 is #96E2F7. Grayscale: #313131. Windows color (decimal): -9888504 or 531817. OLE color: 531817.

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

Color convert

RGB 105 29 8 -
CMYK 0 0.72 0.92 0.59
HSL 12.99º 0.86% 0.22% -
HSV(B) 12.99º 0.92% 0.41% -
XYZ 6.31 3.9 0.65 -
YUV 49.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 105 29 8 0 0.72 0.92 0.59 12.99 0.86 0.22
Hex 69 1D 8 0 48 5C 3B D 56 16
Octal 151 35 10 0 110 134 73 15 126 26
Binary 1101001 11101 1000 0 1001000 1011100 111011 1101 1010110 10110

Color Harmonies of #691D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D08

Black with #691D08

Text Example


Text Example

White with #691D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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