Html Css Color HEX #60460E Raw Umber

📋 copy color: '#60460E'

red 96 ◦ green 70 ◦ blue 14

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

Shades of Raw Umber #60460E

Tints of Raw Umber #60460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.89%

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 53.33%
G = 38.89%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60460E (or 0x60460E) is known color: Raw Umber. HEX triplet: 60, 46 and 0E. RGB value is (96,70,14). Sum of RGB (Red+Green+Blue) = 96+70+14=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60460E is #9FB9F1. Grayscale: #474747. Windows color (decimal): -10467826 or 935520. OLE color: 935520.

HSL color Cylindrical-coordinate representation of color #60460E: hue angle of 40.98º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60460E is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 14 -
CMYK 0 0.27 0.85 0.62
HSL 40.98º 0.75% 0.22% -
HSV(B) 40.98º 0.85% 0.38% -
XYZ 7.09 6.9 1.37 -
YUV 71.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 96 70 14 0 0.27 0.85 0.62 40.98 0.75 0.22
Hex 60 46 E 0 1B 55 3E 29 4B 16
Octal 140 106 16 0 33 125 76 51 113 26
Binary 1100000 1000110 1110 0 11011 1010101 111110 101001 1001011 10110

Color Harmonies of #60460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60460E

Black with #60460E

Text Example


Text Example

White with #60460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60460E; }

 p { color: rgb(96,70,14); }

 H1.HeaderClassName
 {
   color: #60460E;
 }
 .AnyTagClassName
 {
   color: #60460E;
 }
</style>

background-color css

<style>
 a { background-color: #60460E; }

 a { background-color: rgb(96,70,14); }

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

border-color css

<style>
 span { border-color: #60460E; }

 span { border-color: rgb(96,70,14); }

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