Html Css Color HEX #601D14 Red Oxide

📋 copy color: '#601D14'

red 96 ◦ green 29 ◦ blue 20

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

Shades of Red Oxide #601D14

Tints of Red Oxide #601D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 66.21%
G = 20%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#601D14 (or 0x601D14) is known color: Red Oxide. HEX triplet: 60, 1D and 14. RGB value is (96,29,20). Sum of RGB (Red+Green+Blue) = 96+29+20=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #601D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D14 is #9FE2EB. Grayscale: #303030. Windows color (decimal): -10478316 or 1318240. OLE color: 1318240.

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

Color convert

RGB 96 29 20 -
CMYK 0 0.70 0.79 0.62
HSL 7.11º 0.66% 0.23% -
HSV(B) 7.11º 0.79% 0.38% -
XYZ 5.39 3.42 1.04 -
YUV 48.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 96 29 20 0 0.70 0.79 0.62 7.11 0.66 0.23
Hex 60 1D 14 0 46 4F 3E 7 42 17
Octal 140 35 24 0 106 117 76 7 102 27
Binary 1100000 11101 10100 0 1000110 1001111 111110 111 1000010 10111

Color Harmonies of #601D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D14

Black with #601D14

Text Example


Text Example

White with #601D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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