Html Css Color HEX #664621 Dark Brown

📋 copy color: '#664621'

red 102 ◦ green 70 ◦ blue 33

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

Shades of Dark Brown #664621

Tints of Dark Brown #664621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 49.76%
G = 34.15%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#664621 (or 0x664621) is known color: Dark Brown. HEX triplet: 66, 46 and 21. RGB value is (102,70,33). Sum of RGB (Red+Green+Blue) = 102+70+33=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664621 is #99B9DE. Grayscale: #4B4B4B. Windows color (decimal): -10074591 or 2180710. OLE color: 2180710.

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

Color convert

RGB 102 70 33 -
CMYK 0 0.31 0.68 0.6
HSL 32.17º 0.51% 0.26% -
HSV(B) 32.17º 0.68% 0.4% -
XYZ 7.94 7.31 2.43 -
YUV 75.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 102 70 33 0 0.31 0.68 0.6 32.17 0.51 0.26
Hex 66 46 21 0 1F 44 3C 20 33 1A
Octal 146 106 41 0 37 104 74 40 63 32
Binary 1100110 1000110 100001 0 11111 1000100 111100 100000 110011 11010

Color Harmonies of #664621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664621

Black with #664621

Text Example


Text Example

White with #664621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664621; }

 p { color: rgb(102,70,33); }

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

background-color css

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

 a { background-color: rgb(102,70,33); }

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

border-color css

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

 span { border-color: rgb(102,70,33); }

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