Html Css Color HEX #60410E Raw Umber

📋 copy color: '#60410E'

red 96 ◦ green 65 ◦ blue 14

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

Shades of Raw Umber #60410E

Tints of Raw Umber #60410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

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

R = 54.86%
G = 37.14%
B = 8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60410E (or 0x60410E) is known color: Raw Umber. HEX triplet: 60, 41 and 0E. RGB value is (96,65,14). Sum of RGB (Red+Green+Blue) = 96+65+14=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60410E is #9FBEF1. Grayscale: #444444. Windows color (decimal): -10469106 or 934240. OLE color: 934240.

HSL color Cylindrical-coordinate representation of color #60410E: hue angle of 37.32º 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 #60410E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 14 -
CMYK 0 0.32 0.85 0.62
HSL 37.32º 0.75% 0.22% -
HSV(B) 37.32º 0.85% 0.38% -
XYZ 6.79 6.3 1.27 -
YUV 68.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 96 65 14 0 0.32 0.85 0.62 37.32 0.75 0.22
Hex 60 41 E 0 20 55 3E 25 4B 16
Octal 140 101 16 0 40 125 76 45 113 26
Binary 1100000 1000001 1110 0 100000 1010101 111110 100101 1001011 10110

Color Harmonies of #60410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60410E

Black with #60410E

Text Example


Text Example

White with #60410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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