Html Css Color HEX #601D10 Red Oxide

📋 copy color: '#601D10'

red 96 ◦ green 29 ◦ blue 16

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

Shades of Red Oxide #601D10

Tints of Red Oxide #601D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.35%

R = 68.09%
G = 20.57%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601D10 (or 0x601D10) is known color: Red Oxide. HEX triplet: 60, 1D and 10. RGB value is (96,29,16). Sum of RGB (Red+Green+Blue) = 96+29+16=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D10 is #9FE2EF. Grayscale: #2F2F2F. Windows color (decimal): -10478320 or 1056096. OLE color: 1056096.

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

Color convert

RGB 96 29 16 -
CMYK 0 0.70 0.83 0.62
HSL 9.75º 0.71% 0.22% -
HSV(B) 9.75º 0.83% 0.38% -
XYZ 5.36 3.4 0.86 -
YUV 47.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 96 29 16 0 0.70 0.83 0.62 9.75 0.71 0.22
Hex 60 1D 10 0 46 53 3E A 47 16
Octal 140 35 20 0 106 123 76 12 107 26
Binary 1100000 11101 10000 0 1000110 1010011 111110 1010 1000111 10110

Color Harmonies of #601D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D10

Black with #601D10

Text Example


Text Example

White with #601D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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