Html Css Color HEX #664544 Congo Brown

📋 copy color: '#664544'

red 102 ◦ green 69 ◦ blue 68

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

Shades of Congo Brown #664544

Tints of Congo Brown #664544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.45%

R = 42.68%
G = 28.87%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#664544 (or 0x664544) is known color: Congo Brown. HEX triplet: 66, 45 and 44. RGB value is (102,69,68). Sum of RGB (Red+Green+Blue) = 102+69+68=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664544 is #99BABB. Grayscale: #4E4E4E. Windows color (decimal): -10074812 or 4474214. OLE color: 4474214.

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

Color convert

RGB 102 69 68 -
CMYK 0 0.32 0.33 0.6
HSL 1.76º 0.2% 0.33% -
HSV(B) 1.76º 0.33% 0.4% -
XYZ 8.65 7.5 6.46 -
YUV 78.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 102 69 68 0 0.32 0.33 0.6 1.76 0.2 0.33
Hex 66 45 44 0 20 21 3C 2 14 21
Octal 146 105 104 0 40 41 74 2 24 41
Binary 1100110 1000101 1000100 0 100000 100001 111100 10 10100 100001

Color Harmonies of #664544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664544

Black with #664544

Text Example


Text Example

White with #664544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664544; }

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

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

background-color css

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

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

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

border-color css

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

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

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