Html Css Color HEX #664500 Raw Umber

📋 copy color: '#664500'

red 102 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #664500

Tints of Raw Umber #664500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 59.65%
G = 40.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#664500 (or 0x664500) is known color: Raw Umber. HEX triplet: 66, 45 and 00. RGB value is (102,69,0). Sum of RGB (Red+Green+Blue) = 102+69+0=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #664500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664500 is #99BAFF. Grayscale: #474747. Windows color (decimal): -10074880 or 17766. OLE color: 17766.

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

Color convert

RGB 102 69 0 -
CMYK 0 0.32 1 0.6
HSL 40.59º 1% 0.2% -
HSV(B) 40.59º 1% 0.4% -
XYZ 7.61 7.08 0.97 -
YUV 71 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 102 69 0 0 0.32 1 0.6 40.59 1 0.2
Hex 66 45 0 0 20 64 3C 29 64 14
Octal 146 105 0 0 40 144 74 51 144 24
Binary 1100110 1000101 0 0 100000 1100100 111100 101001 1100100 10100

Color Harmonies of #664500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664500

Black with #664500

Text Example


Text Example

White with #664500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664500; }

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

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

background-color css

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

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

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

border-color css

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

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

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