Html Css Color HEX #601706 Red Oxide

📋 copy color: '#601706'

red 96 ◦ green 23 ◦ blue 6

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

Shades of Red Oxide #601706

Tints of Red Oxide #601706

RGB

 RED value IS 96 (37.89% from 255) = 76.8%

 GREEN value IS 23 (9.38% from 255) = 18.4%

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

R = 76.8%
G = 18.4%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#601706 (or 0x601706) is known color: Red Oxide. HEX triplet: 60, 17 and 06. RGB value is (96,23,6). Sum of RGB (Red+Green+Blue) = 96+23+6=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #601706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601706 is #9FE8F9. Grayscale: #2B2B2B. Windows color (decimal): -10479866 or 399200. OLE color: 399200.

HSL color Cylindrical-coordinate representation of color #601706: hue angle of 11.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #601706 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 6 -
CMYK 0 0.76 0.94 0.62
HSL 11.33º 0.88% 0.2% -
HSV(B) 11.33º 0.94% 0.38% -
XYZ 5.16 3.11 0.5 -
YUV 42.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 96 23 6 0 0.76 0.94 0.62 11.33 0.88 0.2
Hex 60 17 6 0 4C 5E 3E B 58 14
Octal 140 27 6 0 114 136 76 13 130 24
Binary 1100000 10111 110 0 1001100 1011110 111110 1011 1011000 10100

Color Harmonies of #601706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601706

Black with #601706

Text Example


Text Example

White with #601706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601706; }

 p { color: rgb(96,23,6); }

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

background-color css

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

 a { background-color: rgb(96,23,6); }

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

border-color css

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

 span { border-color: rgb(96,23,6); }

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