Html Css Color HEX #664001 Raw Umber

📋 copy color: '#664001'

red 102 ◦ green 64 ◦ blue 1

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

Shades of Raw Umber #664001

Tints of Raw Umber #664001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.32%

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

R = 61.08%
G = 38.32%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#664001 (or 0x664001) is known color: Raw Umber. HEX triplet: 66, 40 and 01. RGB value is (102,64,1). Sum of RGB (Red+Green+Blue) = 102+64+1=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #664001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664001 is #99BFFE. Grayscale: #444444. Windows color (decimal): -10076159 or 82022. OLE color: 82022.

HSL color Cylindrical-coordinate representation of color #664001: hue angle of 37.43º 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 #664001 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 1 -
CMYK 0 0.37 0.99 0.6
HSL 37.43º 0.98% 0.2% -
HSV(B) 37.43º 0.99% 0.4% -
XYZ 7.32 6.49 0.9 -
YUV 68.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 102 64 1 0 0.37 0.99 0.6 37.43 0.98 0.2
Hex 66 40 1 0 25 63 3C 25 62 14
Octal 146 100 1 0 45 143 74 45 142 24
Binary 1100110 1000000 1 0 100101 1100011 111100 100101 1100010 10100

Color Harmonies of #664001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664001

Black with #664001

Text Example


Text Example

White with #664001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664001; }

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

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

background-color css

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

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

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

border-color css

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

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

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