Html Css Color HEX #60440E Raw Umber

📋 copy color: '#60440E'

red 96 ◦ green 68 ◦ blue 14

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

Shades of Raw Umber #60440E

Tints of Raw Umber #60440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

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

R = 53.93%
G = 38.2%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60440E (or 0x60440E) is known color: Raw Umber. HEX triplet: 60, 44 and 0E. RGB value is (96,68,14). Sum of RGB (Red+Green+Blue) = 96+68+14=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60440E is #9FBBF1. Grayscale: #464646. Windows color (decimal): -10468338 or 935008. OLE color: 935008.

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

Color convert

RGB 96 68 14 -
CMYK 0 0.29 0.85 0.62
HSL 39.51º 0.75% 0.22% -
HSV(B) 39.51º 0.85% 0.38% -
XYZ 6.97 6.65 1.33 -
YUV 70.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 96 68 14 0 0.29 0.85 0.62 39.51 0.75 0.22
Hex 60 44 E 0 1D 55 3E 28 4B 16
Octal 140 104 16 0 35 125 76 50 113 26
Binary 1100000 1000100 1110 0 11101 1010101 111110 101000 1001011 10110

Color Harmonies of #60440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60440E

Black with #60440E

Text Example


Text Example

White with #60440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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