Html Css Color HEX #60480C Raw Umber

📋 copy color: '#60480C'

red 96 ◦ green 72 ◦ blue 12

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

Shades of Raw Umber #60480C

Tints of Raw Umber #60480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40%

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

R = 53.33%
G = 40%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#60480C (or 0x60480C) is known color: Raw Umber. HEX triplet: 60, 48 and 0C. RGB value is (96,72,12). Sum of RGB (Red+Green+Blue) = 96+72+12=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60480C is #9FB7F3. Grayscale: #484848. Windows color (decimal): -10467316 or 804960. OLE color: 804960.

HSL color Cylindrical-coordinate representation of color #60480C: hue angle of 42.86º 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 #60480C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 72 12 -
CMYK 0 0.25 0.88 0.62
HSL 42.86º 0.78% 0.21% -
HSV(B) 42.86º 0.88% 0.38% -
XYZ 7.21 7.15 1.35 -
YUV 72.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 96 72 12 0 0.25 0.88 0.62 42.86 0.78 0.21
Hex 60 48 C 0 19 58 3E 2B 4E 15
Octal 140 110 14 0 31 130 76 53 116 25
Binary 1100000 1001000 1100 0 11001 1011000 111110 101011 1001110 10101

Color Harmonies of #60480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60480C

Black with #60480C

Text Example


Text Example

White with #60480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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