Html Css Color HEX #664522 Dark Brown

📋 copy color: '#664522'

red 102 ◦ green 69 ◦ blue 34

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

Shades of Dark Brown #664522

Tints of Dark Brown #664522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.59%

R = 49.76%
G = 33.66%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#664522 (or 0x664522) is known color: Dark Brown. HEX triplet: 66, 45 and 22. RGB value is (102,69,34). Sum of RGB (Red+Green+Blue) = 102+69+34=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664522 is #99BADD. Grayscale: #4B4B4B. Windows color (decimal): -10074846 or 2245990. OLE color: 2245990.

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

Color convert

RGB 102 69 34 -
CMYK 0 0.32 0.67 0.6
HSL 30.88º 0.5% 0.27% -
HSV(B) 30.88º 0.67% 0.4% -
XYZ 7.9 7.2 2.49 -
YUV 74.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 102 69 34 0 0.32 0.67 0.6 30.88 0.5 0.27
Hex 66 45 22 0 20 43 3C 1F 32 1B
Octal 146 105 42 0 40 103 74 37 62 33
Binary 1100110 1000101 100010 0 100000 1000011 111100 11111 110010 11011

Color Harmonies of #664522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664522

Black with #664522

Text Example


Text Example

White with #664522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664522; }

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

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

background-color css

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

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

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

border-color css

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

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

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