Html Css Color HEX #664D15 Raw Umber

📋 copy color: '#664D15'

red 102 ◦ green 77 ◦ blue 21

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

Shades of Raw Umber #664D15

Tints of Raw Umber #664D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 51%
G = 38.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#664D15 (or 0x664D15) is known color: Raw Umber. HEX triplet: 66, 4D and 15. RGB value is (102,77,21). Sum of RGB (Red+Green+Blue) = 102+77+21=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #664D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D15 is #99B2EA. Grayscale: #4E4E4E. Windows color (decimal): -10072811 or 1396070. OLE color: 1396070.

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

Color convert

RGB 102 77 21 -
CMYK 0 0.25 0.79 0.6
HSL 41.48º 0.66% 0.24% -
HSV(B) 41.48º 0.79% 0.4% -
XYZ 8.27 8.19 1.85 -
YUV 78.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 102 77 21 0 0.25 0.79 0.6 41.48 0.66 0.24
Hex 66 4D 15 0 19 4F 3C 29 42 18
Octal 146 115 25 0 31 117 74 51 102 30
Binary 1100110 1001101 10101 0 11001 1001111 111100 101001 1000010 11000

Color Harmonies of #664D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D15

Black with #664D15

Text Example


Text Example

White with #664D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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