Html Css Color HEX #664200 Raw Umber

📋 copy color: '#664200'

red 102 ◦ green 66 ◦ blue 0

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

Shades of Raw Umber #664200

Tints of Raw Umber #664200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.29%

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

R = 60.71%
G = 39.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#664200 (or 0x664200) is known color: Raw Umber. HEX triplet: 66, 42 and 00. RGB value is (102,66,0). Sum of RGB (Red+Green+Blue) = 102+66+0=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #664200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664200 is #99BDFF. Grayscale: #454545. Windows color (decimal): -10075648 or 16998. OLE color: 16998.

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

Color convert

RGB 102 66 0 -
CMYK 0 0.35 1 0.6
HSL 38.82º 1% 0.2% -
HSV(B) 38.82º 1% 0.4% -
XYZ 7.43 6.72 0.91 -
YUV 69.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 102 66 0 0 0.35 1 0.6 38.82 1 0.2
Hex 66 42 0 0 23 64 3C 27 64 14
Octal 146 102 0 0 43 144 74 47 144 24
Binary 1100110 1000010 0 0 100011 1100100 111100 100111 1100100 10100

Color Harmonies of #664200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664200

Black with #664200

Text Example


Text Example

White with #664200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664200; }

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

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

background-color css

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

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

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

border-color css

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

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

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