Html Css Color HEX #691208 Red Oxide

📋 copy color: '#691208'

red 105 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #691208

Tints of Red Oxide #691208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

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

R = 80.15%
G = 13.74%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691208 (or 0x691208) is known color: Red Oxide. HEX triplet: 69, 12 and 08. RGB value is (105,18,8). Sum of RGB (Red+Green+Blue) = 105+18+8=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #691208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691208 is #96EDF7. Grayscale: #2B2B2B. Windows color (decimal): -9891320 or 529001. OLE color: 529001.

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

Color convert

RGB 105 18 8 -
CMYK 0 0.83 0.92 0.59
HSL 6.19º 0.86% 0.22% -
HSV(B) 6.19º 0.92% 0.41% -
XYZ 6.09 3.45 0.58 -
YUV 42.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 105 18 8 0 0.83 0.92 0.59 6.19 0.86 0.22
Hex 69 12 8 0 53 5C 3B 6 56 16
Octal 151 22 10 0 123 134 73 6 126 26
Binary 1101001 10010 1000 0 1010011 1011100 111011 110 1010110 10110

Color Harmonies of #691208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691208

Black with #691208

Text Example


Text Example

White with #691208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691208; }

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

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

background-color css

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

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

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

border-color css

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

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

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