Html Css Color HEX #664520 Dark Brown

📋 copy color: '#664520'

red 102 ◦ green 69 ◦ blue 32

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

Shades of Dark Brown #664520

Tints of Dark Brown #664520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 50.25%
G = 33.99%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#664520 (or 0x664520) is known color: Dark Brown. HEX triplet: 66, 45 and 20. RGB value is (102,69,32). Sum of RGB (Red+Green+Blue) = 102+69+32=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #664520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664520 is #99BADF. Grayscale: #4A4A4A. Windows color (decimal): -10074848 or 2114918. OLE color: 2114918.

HSL color Cylindrical-coordinate representation of color #664520: hue angle of 31.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664520 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 32 -
CMYK 0 0.32 0.69 0.6
HSL 31.71º 0.52% 0.26% -
HSV(B) 31.71º 0.69% 0.4% -
XYZ 7.87 7.19 2.34 -
YUV 74.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 102 69 32 0 0.32 0.69 0.6 31.71 0.52 0.26
Hex 66 45 20 0 20 45 3C 20 34 1A
Octal 146 105 40 0 40 105 74 40 64 32
Binary 1100110 1000101 100000 0 100000 1000101 111100 100000 110100 11010

Color Harmonies of #664520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664520

Black with #664520

Text Example


Text Example

White with #664520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664520; }

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

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

background-color css

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

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

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

border-color css

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

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

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