Html Css Color HEX #60420C Raw Umber

📋 copy color: '#60420C'

red 96 ◦ green 66 ◦ blue 12

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

Shades of Raw Umber #60420C

Tints of Raw Umber #60420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 55.17%
G = 37.93%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#60420C (or 0x60420C) is known color: Raw Umber. HEX triplet: 60, 42 and 0C. RGB value is (96,66,12). Sum of RGB (Red+Green+Blue) = 96+66+12=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60420C is #9FBDF3. Grayscale: #454545. Windows color (decimal): -10468852 or 803424. OLE color: 803424.

HSL color Cylindrical-coordinate representation of color #60420C: hue angle of 38.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60420C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 12 -
CMYK 0 0.31 0.88 0.62
HSL 38.57º 0.78% 0.21% -
HSV(B) 38.57º 0.88% 0.38% -
XYZ 6.84 6.41 1.22 -
YUV 68.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 96 66 12 0 0.31 0.88 0.62 38.57 0.78 0.21
Hex 60 42 C 0 1F 58 3E 27 4E 15
Octal 140 102 14 0 37 130 76 47 116 25
Binary 1100000 1000010 1100 0 11111 1011000 111110 100111 1001110 10101

Color Harmonies of #60420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60420C

Black with #60420C

Text Example


Text Example

White with #60420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60420C; }

 p { color: rgb(96,66,12); }

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

background-color css

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

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

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

border-color css

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

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

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