Html Css Color HEX #60480A Raw Umber

📋 copy color: '#60480A'

red 96 ◦ green 72 ◦ blue 10

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

Shades of Raw Umber #60480A

Tints of Raw Umber #60480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 53.93%
G = 40.45%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#60480A (or 0x60480A) is known color: Raw Umber. HEX triplet: 60, 48 and 0A. RGB value is (96,72,10). Sum of RGB (Red+Green+Blue) = 96+72+10=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60480A is #9FB7F5. Grayscale: #484848. Windows color (decimal): -10467318 or 673888. OLE color: 673888.

HSL color Cylindrical-coordinate representation of color #60480A: hue angle of 43.26º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60480A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 72 10 -
CMYK 0 0.25 0.90 0.62
HSL 43.26º 0.81% 0.21% -
HSV(B) 43.26º 0.9% 0.38% -
XYZ 7.2 7.14 1.29 -
YUV 72.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 96 72 10 0 0.25 0.90 0.62 43.26 0.81 0.21
Hex 60 48 A 0 19 5A 3E 2B 51 15
Octal 140 110 12 0 31 132 76 53 121 25
Binary 1100000 1001000 1010 0 11001 1011010 111110 101011 1010001 10101

Color Harmonies of #60480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60480A

Black with #60480A

Text Example


Text Example

White with #60480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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