Html Css Color HEX #664440 Congo Brown

📋 copy color: '#664440'

red 102 ◦ green 68 ◦ blue 64

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

Shades of Congo Brown #664440

Tints of Congo Brown #664440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 43.59%
G = 29.06%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#664440 (or 0x664440) is known color: Congo Brown. HEX triplet: 66, 44 and 40. RGB value is (102,68,64). Sum of RGB (Red+Green+Blue) = 102+68+64=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #664440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664440 is #99BBBF. Grayscale: #4D4D4D. Windows color (decimal): -10075072 or 4211814. OLE color: 4211814.

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

Color convert

RGB 102 68 64 -
CMYK 0 0.33 0.37 0.6
HSL 6.32º 0.23% 0.33% -
HSV(B) 6.32º 0.37% 0.4% -
XYZ 8.47 7.33 5.82 -
YUV 77.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 102 68 64 0 0.33 0.37 0.6 6.32 0.23 0.33
Hex 66 44 40 0 21 25 3C 6 17 21
Octal 146 104 100 0 41 45 74 6 27 41
Binary 1100110 1000100 1000000 0 100001 100101 111100 110 10111 100001

Color Harmonies of #664440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664440

Black with #664440

Text Example


Text Example

White with #664440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664440; }

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

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

background-color css

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

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

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

border-color css

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

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

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