Html Css Color HEX #691008 Red Oxide

📋 copy color: '#691008'

red 105 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #691008

Tints of Red Oxide #691008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 81.4%
G = 12.4%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691008 (or 0x691008) is known color: Red Oxide. HEX triplet: 69, 10 and 08. RGB value is (105,16,8). Sum of RGB (Red+Green+Blue) = 105+16+8=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #691008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691008 is #96EFF7. Grayscale: #292929. Windows color (decimal): -9891832 or 528489. OLE color: 528489.

HSL color Cylindrical-coordinate representation of color #691008: hue angle of 4.95º 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 #691008 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 16 8 -
CMYK 0 0.85 0.92 0.59
HSL 4.95º 0.86% 0.22% -
HSV(B) 4.95º 0.92% 0.41% -
XYZ 6.05 3.39 0.57 -
YUV 41.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 105 16 8 0 0.85 0.92 0.59 4.95 0.86 0.22
Hex 69 10 8 0 55 5C 3B 5 56 16
Octal 151 20 10 0 125 134 73 5 126 26
Binary 1101001 10000 1000 0 1010101 1011100 111011 101 1010110 10110

Color Harmonies of #691008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691008

Black with #691008

Text Example


Text Example

White with #691008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691008; }

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

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

background-color css

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

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

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

border-color css

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

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

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