Html Css Color HEX #60470F Raw Umber

📋 copy color: '#60470F'

red 96 ◦ green 71 ◦ blue 15

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

Shades of Raw Umber #60470F

Tints of Raw Umber #60470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 52.75%
G = 39.01%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60470F (or 0x60470F) is known color: Raw Umber. HEX triplet: 60, 47 and 0F. RGB value is (96,71,15). Sum of RGB (Red+Green+Blue) = 96+71+15=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60470F is #9FB8F0. Grayscale: #484848. Windows color (decimal): -10467569 or 1001312. OLE color: 1001312.

HSL color Cylindrical-coordinate representation of color #60470F: hue angle of 41.48º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60470F is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 15 -
CMYK 0 0.26 0.84 0.62
HSL 41.48º 0.73% 0.22% -
HSV(B) 41.48º 0.84% 0.38% -
XYZ 7.16 7.03 1.43 -
YUV 72.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 96 71 15 0 0.26 0.84 0.62 41.48 0.73 0.22
Hex 60 47 F 0 1A 54 3E 29 49 16
Octal 140 107 17 0 32 124 76 51 111 26
Binary 1100000 1000111 1111 0 11010 1010100 111110 101001 1001001 10110

Color Harmonies of #60470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60470F

Black with #60470F

Text Example


Text Example

White with #60470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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