Html Css Color HEX #601610 Red Oxide

📋 copy color: '#601610'

red 96 ◦ green 22 ◦ blue 16

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

Shades of Red Oxide #601610

Tints of Red Oxide #601610

RGB

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

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

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

R = 71.64%
G = 16.42%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601610 (or 0x601610) is known color: Red Oxide. HEX triplet: 60, 16 and 10. RGB value is (96,22,16). Sum of RGB (Red+Green+Blue) = 96+22+16=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601610 is #9FE9EF. Grayscale: #2B2B2B. Windows color (decimal): -10480112 or 1054304. OLE color: 1054304.

HSL color Cylindrical-coordinate representation of color #601610: hue angle of 4.5º 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 #601610 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 16 -
CMYK 0 0.77 0.83 0.62
HSL 4.5º 0.71% 0.22% -
HSV(B) 4.5º 0.83% 0.38% -
XYZ 5.2 3.1 0.81 -
YUV 43.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 96 22 16 0 0.77 0.83 0.62 4.5 0.71 0.22
Hex 60 16 10 0 4D 53 3E 4 47 16
Octal 140 26 20 0 115 123 76 4 107 26
Binary 1100000 10110 10000 0 1001101 1010011 111110 100 1000111 10110

Color Harmonies of #601610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601610

Black with #601610

Text Example


Text Example

White with #601610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601610; }

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

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

background-color css

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

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

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

border-color css

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

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

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