Html Css Color HEX #664240 Congo Brown

📋 copy color: '#664240'

red 102 ◦ green 66 ◦ blue 64

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

Shades of Congo Brown #664240

Tints of Congo Brown #664240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 43.97%
G = 28.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#664240 (or 0x664240) is known color: Congo Brown. HEX triplet: 66, 42 and 40. RGB value is (102,66,64). Sum of RGB (Red+Green+Blue) = 102+66+64=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664240 is #99BDBF. Grayscale: #4C4C4C. Windows color (decimal): -10075584 or 4211302. OLE color: 4211302.

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

Color convert

RGB 102 66 64 -
CMYK 0 0.35 0.37 0.6
HSL 3.16º 0.23% 0.33% -
HSV(B) 3.16º 0.37% 0.4% -
XYZ 8.35 7.09 5.78 -
YUV 76.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 102 66 64 0 0.35 0.37 0.6 3.16 0.23 0.33
Hex 66 42 40 0 23 25 3C 3 17 21
Octal 146 102 100 0 43 45 74 3 27 41
Binary 1100110 1000010 1000000 0 100011 100101 111100 11 10111 100001

Color Harmonies of #664240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664240

Black with #664240

Text Example


Text Example

White with #664240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664240; }

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

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

background-color css

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

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

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

border-color css

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

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

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