Html Css Color HEX #664C0E Raw Umber

📋 copy color: '#664C0E'

red 102 ◦ green 76 ◦ blue 14

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

Shades of Raw Umber #664C0E

Tints of Raw Umber #664C0E

RGB

 RED value IS 102 (40.23% from 255) = 53.13%

 GREEN value IS 76 (30.08% from 255) = 39.58%

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

R = 53.13%
G = 39.58%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#664C0E (or 0x664C0E) is known color: Raw Umber. HEX triplet: 66, 4C and 0E. RGB value is (102,76,14). Sum of RGB (Red+Green+Blue) = 102+76+14=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C0E is #99B3F1. Grayscale: #4C4C4C. Windows color (decimal): -10073074 or 937062. OLE color: 937062.

HSL color Cylindrical-coordinate representation of color #664C0E: hue angle of 42.27º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #664C0E is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 14 -
CMYK 0 0.25 0.86 0.6
HSL 42.27º 0.76% 0.23% -
HSV(B) 42.27º 0.86% 0.4% -
XYZ 8.14 8.03 1.54 -
YUV 76.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 102 76 14 0 0.25 0.86 0.6 42.27 0.76 0.23
Hex 66 4C E 0 19 56 3C 2A 4C 17
Octal 146 114 16 0 31 126 74 52 114 27
Binary 1100110 1001100 1110 0 11001 1010110 111100 101010 1001100 10111

Color Harmonies of #664C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C0E

Black with #664C0E

Text Example


Text Example

White with #664C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664C0E; }

 p { color: rgb(102,76,14); }

 H1.HeaderClassName
 {
   color: #664C0E;
 }
 .AnyTagClassName
 {
   color: #664C0E;
 }
</style>

background-color css

<style>
 a { background-color: #664C0E; }

 a { background-color: rgb(102,76,14); }

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

border-color css

<style>
 span { border-color: #664C0E; }

 span { border-color: rgb(102,76,14); }

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