Html Css Color HEX #601C08 Red Oxide

📋 copy color: '#601C08'

red 96 ◦ green 28 ◦ blue 8

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

Shades of Red Oxide #601C08

Tints of Red Oxide #601C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 72.73%
G = 21.21%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#601C08 (or 0x601C08) is known color: Red Oxide. HEX triplet: 60, 1C and 08. RGB value is (96,28,8). Sum of RGB (Red+Green+Blue) = 96+28+8=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C08 is #9FE3F7. Grayscale: #2E2E2E. Windows color (decimal): -10478584 or 531552. OLE color: 531552.

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

Color convert

RGB 96 28 8 -
CMYK 0 0.71 0.92 0.62
HSL 13.64º 0.85% 0.2% -
HSV(B) 13.64º 0.92% 0.38% -
XYZ 5.28 3.33 0.59 -
YUV 46.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 96 28 8 0 0.71 0.92 0.62 13.64 0.85 0.2
Hex 60 1C 8 0 47 5C 3E E 55 14
Octal 140 34 10 0 107 134 76 16 125 24
Binary 1100000 11100 1000 0 1000111 1011100 111110 1110 1010101 10100

Color Harmonies of #601C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C08

Black with #601C08

Text Example


Text Example

White with #601C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,28,8); }

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

background-color css

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

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

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

border-color css

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

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

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