Html Css Color HEX #664010 Raw Umber

📋 copy color: '#664010'

red 102 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #664010

Tints of Raw Umber #664010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 56.04%
G = 35.16%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#664010 (or 0x664010) is known color: Raw Umber. HEX triplet: 66, 40 and 10. RGB value is (102,64,16). Sum of RGB (Red+Green+Blue) = 102+64+16=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #664010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664010 is #99BFEF. Grayscale: #464646. Windows color (decimal): -10076144 or 1065062. OLE color: 1065062.

HSL color Cylindrical-coordinate representation of color #664010: hue angle of 33.49º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #664010 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 16 -
CMYK 0 0.37 0.84 0.6
HSL 33.49º 0.73% 0.23% -
HSV(B) 33.49º 0.84% 0.4% -
XYZ 7.41 6.53 1.36 -
YUV 69.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 102 64 16 0 0.37 0.84 0.6 33.49 0.73 0.23
Hex 66 40 10 0 25 54 3C 21 49 17
Octal 146 100 20 0 45 124 74 41 111 27
Binary 1100110 1000000 10000 0 100101 1010100 111100 100001 1001001 10111

Color Harmonies of #664010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664010

Black with #664010

Text Example


Text Example

White with #664010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664010; }

 p { color: rgb(102,64,16); }

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

background-color css

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

 a { background-color: rgb(102,64,16); }

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

border-color css

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

 span { border-color: rgb(102,64,16); }

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