Html Css Color HEX #601D11 Red Oxide

📋 copy color: '#601D11'

red 96 ◦ green 29 ◦ blue 17

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

Shades of Red Oxide #601D11

Tints of Red Oxide #601D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.97%

R = 67.61%
G = 20.42%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#601D11 (or 0x601D11) is known color: Red Oxide. HEX triplet: 60, 1D and 11. RGB value is (96,29,17). Sum of RGB (Red+Green+Blue) = 96+29+17=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #601D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D11 is #9FE2EE. Grayscale: #2F2F2F. Windows color (decimal): -10478319 or 1121632. OLE color: 1121632.

HSL color Cylindrical-coordinate representation of color #601D11: hue angle of 9.11º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601D11 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 29 17 -
CMYK 0 0.70 0.82 0.62
HSL 9.11º 0.7% 0.22% -
HSV(B) 9.11º 0.82% 0.38% -
XYZ 5.36 3.41 0.91 -
YUV 47.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 96 29 17 0 0.70 0.82 0.62 9.11 0.7 0.22
Hex 60 1D 11 0 46 52 3E 9 46 16
Octal 140 35 21 0 106 122 76 11 106 26
Binary 1100000 11101 10001 0 1000110 1010010 111110 1001 1000110 10110

Color Harmonies of #601D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D11

Black with #601D11

Text Example


Text Example

White with #601D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601D11; }

 p { color: rgb(96,29,17); }

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

background-color css

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

 a { background-color: rgb(96,29,17); }

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

border-color css

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

 span { border-color: rgb(96,29,17); }

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