Html Css Color HEX #601616 Red Oxide

📋 copy color: '#601616'

red 96 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #601616

Tints of Red Oxide #601616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 68.57%
G = 15.71%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601616 (or 0x601616) is known color: Red Oxide. HEX triplet: 60, 16 and 16. RGB value is (96,22,22). Sum of RGB (Red+Green+Blue) = 96+22+22=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #601616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601616 is #9FE9E9. Grayscale: #2C2C2C. Windows color (decimal): -10480106 or 1447520. OLE color: 1447520.

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

Color convert

RGB 96 22 22 -
CMYK 0 0.77 0.77 0.62
HSL 0.63% 0.23% -
HSV(B) 0.77% 0.38% -
XYZ 5.26 3.12 1.08 -
YUV 44.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 96 22 22 0 0.77 0.77 0.62 0 0.63 0.23
Hex 60 16 16 0 4D 4D 3E 0 3F 17
Octal 140 26 26 0 115 115 76 0 77 27
Binary 1100000 10110 10110 0 1001101 1001101 111110 0 111111 10111

Color Harmonies of #601616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601616

Black with #601616

Text Example


Text Example

White with #601616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601616; }

 p { color: rgb(96,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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