Html Css Color HEX #60480B Raw Umber

📋 copy color: '#60480B'

red 96 ◦ green 72 ◦ blue 11

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

Shades of Raw Umber #60480B

Tints of Raw Umber #60480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.15%

R = 53.63%
G = 40.22%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60480B (or 0x60480B) is known color: Raw Umber. HEX triplet: 60, 48 and 0B. RGB value is (96,72,11). Sum of RGB (Red+Green+Blue) = 96+72+11=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60480B is #9FB7F4. Grayscale: #484848. Windows color (decimal): -10467317 or 739424. OLE color: 739424.

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

Color convert

RGB 96 72 11 -
CMYK 0 0.25 0.89 0.62
HSL 43.06º 0.79% 0.21% -
HSV(B) 43.06º 0.89% 0.38% -
XYZ 7.2 7.15 1.32 -
YUV 72.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 96 72 11 0 0.25 0.89 0.62 43.06 0.79 0.21
Hex 60 48 B 0 19 59 3E 2B 4F 15
Octal 140 110 13 0 31 131 76 53 117 25
Binary 1100000 1001000 1011 0 11001 1011001 111110 101011 1001111 10101

Color Harmonies of #60480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60480B

Black with #60480B

Text Example


Text Example

White with #60480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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