Html Css Color HEX #60470A Raw Umber

📋 copy color: '#60470A'

red 96 ◦ green 71 ◦ blue 10

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

Shades of Raw Umber #60470A

Tints of Raw Umber #60470A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

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

R = 54.24%
G = 40.11%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#60470A (or 0x60470A) is known color: Raw Umber. HEX triplet: 60, 47 and 0A. RGB value is (96,71,10). Sum of RGB (Red+Green+Blue) = 96+71+10=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60470A is #9FB8F5. Grayscale: #474747. Windows color (decimal): -10467574 or 673632. OLE color: 673632.

HSL color Cylindrical-coordinate representation of color #60470A: hue angle of 42.56º 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 #60470A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 10 -
CMYK 0 0.26 0.90 0.62
HSL 42.56º 0.81% 0.21% -
HSV(B) 42.56º 0.9% 0.38% -
XYZ 7.13 7.02 1.27 -
YUV 71.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 96 71 10 0 0.26 0.90 0.62 42.56 0.81 0.21
Hex 60 47 A 0 1A 5A 3E 2B 51 15
Octal 140 107 12 0 32 132 76 53 121 25
Binary 1100000 1000111 1010 0 11010 1011010 111110 101011 1010001 10101

Color Harmonies of #60470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60470A

Black with #60470A

Text Example


Text Example

White with #60470A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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