Html Css Color HEX #664000 Raw Umber

📋 copy color: '#664000'

red 102 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #664000

Tints of Raw Umber #664000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.45%
G = 38.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#664000 (or 0x664000) is known color: Raw Umber. HEX triplet: 66, 40 and 00. RGB value is (102,64,0). Sum of RGB (Red+Green+Blue) = 102+64+0=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #664000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664000 is #99BFFF. Grayscale: #444444. Windows color (decimal): -10076160 or 16486. OLE color: 16486.

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

Color convert

RGB 102 64 0 -
CMYK 0 0.37 1 0.6
HSL 37.65º 1% 0.2% -
HSV(B) 37.65º 1% 0.4% -
XYZ 7.31 6.49 0.87 -
YUV 68.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 102 64 0 0 0.37 1 0.6 37.65 1 0.2
Hex 66 40 0 0 25 64 3C 26 64 14
Octal 146 100 0 0 45 144 74 46 144 24
Binary 1100110 1000000 0 0 100101 1100100 111100 100110 1100100 10100

Color Harmonies of #664000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664000

Black with #664000

Text Example


Text Example

White with #664000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664000; }

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

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

background-color css

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

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

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

border-color css

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

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

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