Html Css Color HEX #664F19 Raw Umber

📋 copy color: '#664F19'

red 102 ◦ green 79 ◦ blue 25

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

Shades of Raw Umber #664F19

Tints of Raw Umber #664F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.35%

 BLUE value IS 25 (10.16% from 255) = 12.14%

R = 49.51%
G = 38.35%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#664F19 (or 0x664F19) is known color: Raw Umber. HEX triplet: 66, 4F and 19. RGB value is (102,79,25). Sum of RGB (Red+Green+Blue) = 102+79+25=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F19 is #99B0E6. Grayscale: #4F4F4F. Windows color (decimal): -10072295 or 1658726. OLE color: 1658726.

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

Color convert

RGB 102 79 25 -
CMYK 0 0.23 0.75 0.6
HSL 42.08º 0.61% 0.25% -
HSV(B) 42.08º 0.75% 0.4% -
XYZ 8.45 8.49 2.11 -
YUV 79.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 102 79 25 0 0.23 0.75 0.6 42.08 0.61 0.25
Hex 66 4F 19 0 17 4B 3C 2A 3D 19
Octal 146 117 31 0 27 113 74 52 75 31
Binary 1100110 1001111 11001 0 10111 1001011 111100 101010 111101 11001

Color Harmonies of #664F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F19

Black with #664F19

Text Example


Text Example

White with #664F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,79,25); }

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

background-color css

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

 a { background-color: rgb(102,79,25); }

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

border-color css

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

 span { border-color: rgb(102,79,25); }

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