Html Css Color HEX #664720 Dark Brown

📋 copy color: '#664720'

red 102 ◦ green 71 ◦ blue 32

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

Shades of Dark Brown #664720

Tints of Dark Brown #664720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 49.76%
G = 34.63%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#664720 (or 0x664720) is known color: Dark Brown. HEX triplet: 66, 47 and 20. RGB value is (102,71,32). Sum of RGB (Red+Green+Blue) = 102+71+32=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664720 is #99B8DF. Grayscale: #4C4C4C. Windows color (decimal): -10074336 or 2115430. OLE color: 2115430.

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

Color convert

RGB 102 71 32 -
CMYK 0 0.30 0.69 0.6
HSL 33.43º 0.52% 0.26% -
HSV(B) 33.43º 0.69% 0.4% -
XYZ 7.99 7.44 2.38 -
YUV 75.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 102 71 32 0 0.30 0.69 0.6 33.43 0.52 0.26
Hex 66 47 20 0 1E 45 3C 21 34 1A
Octal 146 107 40 0 36 105 74 41 64 32
Binary 1100110 1000111 100000 0 11110 1000101 111100 100001 110100 11010

Color Harmonies of #664720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664720

Black with #664720

Text Example


Text Example

White with #664720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664720; }

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

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

background-color css

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

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

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

border-color css

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

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

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