Html Css Color HEX #664D10 Raw Umber

📋 copy color: '#664D10'

red 102 ◦ green 77 ◦ blue 16

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

Shades of Raw Umber #664D10

Tints of Raw Umber #664D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.49%

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

R = 52.31%
G = 39.49%
B = 8.21%

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

#664D10 (or 0x664D10) is known color: Raw Umber. HEX triplet: 66, 4D and 10. RGB value is (102,77,16). Sum of RGB (Red+Green+Blue) = 102+77+16=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D10 is #99B2EF. Grayscale: #4D4D4D. Windows color (decimal): -10072816 or 1068390. OLE color: 1068390.

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

Color convert

RGB 102 77 16 -
CMYK 0 0.25 0.84 0.6
HSL 42.56º 0.73% 0.23% -
HSV(B) 42.56º 0.84% 0.4% -
XYZ 8.23 8.17 1.63 -
YUV 77.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 102 77 16 0 0.25 0.84 0.6 42.56 0.73 0.23
Hex 66 4D 10 0 19 54 3C 2B 49 17
Octal 146 115 20 0 31 124 74 53 111 27
Binary 1100110 1001101 10000 0 11001 1010100 111100 101011 1001001 10111

Color Harmonies of #664D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D10

Black with #664D10

Text Example


Text Example

White with #664D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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