Html Css Color HEX #664901 Raw Umber

📋 copy color: '#664901'

red 102 ◦ green 73 ◦ blue 1

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

Shades of Raw Umber #664901

Tints of Raw Umber #664901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 57.95%
G = 41.48%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#664901 (or 0x664901) is known color: Raw Umber. HEX triplet: 66, 49 and 01. RGB value is (102,73,1). Sum of RGB (Red+Green+Blue) = 102+73+1=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #664901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664901 is #99B6FE. Grayscale: #494949. Windows color (decimal): -10073855 or 84326. OLE color: 84326.

HSL color Cylindrical-coordinate representation of color #664901: hue angle of 42.77º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #664901 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 73 1 -
CMYK 0 0.28 0.99 0.6
HSL 42.77º 0.98% 0.2% -
HSV(B) 42.77º 0.99% 0.4% -
XYZ 7.87 7.59 1.08 -
YUV 73.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 102 73 1 0 0.28 0.99 0.6 42.77 0.98 0.2
Hex 66 49 1 0 1C 63 3C 2B 62 14
Octal 146 111 1 0 34 143 74 53 142 24
Binary 1100110 1001001 1 0 11100 1100011 111100 101011 1100010 10100

Color Harmonies of #664901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664901

Black with #664901

Text Example


Text Example

White with #664901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664901; }

 p { color: rgb(102,73,1); }

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

background-color css

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

 a { background-color: rgb(102,73,1); }

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

border-color css

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

 span { border-color: rgb(102,73,1); }

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