Html Css Color HEX #691406 Red Oxide

📋 copy color: '#691406'

red 105 ◦ green 20 ◦ blue 6

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

Shades of Red Oxide #691406

Tints of Red Oxide #691406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.27%

 BLUE value IS 6 (2.73% from 255) = 4.58%

R = 80.15%
G = 15.27%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#691406 (or 0x691406) is known color: Red Oxide. HEX triplet: 69, 14 and 06. RGB value is (105,20,6). Sum of RGB (Red+Green+Blue) = 105+20+6=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #691406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691406 is #96EBF9. Grayscale: #2B2B2B. Windows color (decimal): -9890810 or 398441. OLE color: 398441.

HSL color Cylindrical-coordinate representation of color #691406: hue angle of 8.48º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #691406 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 6 -
CMYK 0 0.81 0.94 0.59
HSL 8.48º 0.89% 0.22% -
HSV(B) 8.48º 0.94% 0.41% -
XYZ 6.11 3.52 0.53 -
YUV 43.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 105 20 6 0 0.81 0.94 0.59 8.48 0.89 0.22
Hex 69 14 6 0 51 5E 3B 8 59 16
Octal 151 24 6 0 121 136 73 10 131 26
Binary 1101001 10100 110 0 1010001 1011110 111011 1000 1011001 10110

Color Harmonies of #691406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691406

Black with #691406

Text Example


Text Example

White with #691406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691406; }

 p { color: rgb(105,20,6); }

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

background-color css

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

 a { background-color: rgb(105,20,6); }

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

border-color css

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

 span { border-color: rgb(105,20,6); }

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