Html Css Color HEX #664C10 Raw Umber

📋 copy color: '#664C10'

red 102 ◦ green 76 ◦ blue 16

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

Shades of Raw Umber #664C10

Tints of Raw Umber #664C10

RGB

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

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

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

R = 52.58%
G = 39.18%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#664C10 (or 0x664C10) is known color: Raw Umber. HEX triplet: 66, 4C and 10. RGB value is (102,76,16). Sum of RGB (Red+Green+Blue) = 102+76+16=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #664C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C10 is #99B3EF. Grayscale: #4D4D4D. Windows color (decimal): -10073072 or 1068134. OLE color: 1068134.

HSL color Cylindrical-coordinate representation of color #664C10: hue angle of 41.86º 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 #664C10 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 16 -
CMYK 0 0.25 0.84 0.6
HSL 41.86º 0.73% 0.23% -
HSV(B) 41.86º 0.84% 0.4% -
XYZ 8.16 8.03 1.61 -
YUV 76.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 102 76 16 0 0.25 0.84 0.6 41.86 0.73 0.23
Hex 66 4C 10 0 19 54 3C 2A 49 17
Octal 146 114 20 0 31 124 74 52 111 27
Binary 1100110 1001100 10000 0 11001 1010100 111100 101010 1001001 10111

Color Harmonies of #664C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C10

Black with #664C10

Text Example


Text Example

White with #664C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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