Html Css Color HEX #664941 Congo Brown

📋 copy color: '#664941'

red 102 ◦ green 73 ◦ blue 65

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

Shades of Congo Brown #664941

Tints of Congo Brown #664941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 42.5%
G = 30.42%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#664941 (or 0x664941) is known color: Congo Brown. HEX triplet: 66, 49 and 41. RGB value is (102,73,65). Sum of RGB (Red+Green+Blue) = 102+73+65=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664941 is #99B6BE. Grayscale: #505050. Windows color (decimal): -10073791 or 4278630. OLE color: 4278630.

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

Color convert

RGB 102 73 65 -
CMYK 0 0.28 0.36 0.6
HSL 12.97º 0.22% 0.33% -
HSV(B) 12.97º 0.36% 0.4% -
XYZ 8.82 7.97 6.08 -
YUV 80.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 102 73 65 0 0.28 0.36 0.6 12.97 0.22 0.33
Hex 66 49 41 0 1C 24 3C D 16 21
Octal 146 111 101 0 34 44 74 15 26 41
Binary 1100110 1001001 1000001 0 11100 100100 111100 1101 10110 100001

Color Harmonies of #664941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664941

Black with #664941

Text Example


Text Example

White with #664941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664941; }

 p { color: rgb(102,73,65); }

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

background-color css

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

 a { background-color: rgb(102,73,65); }

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

border-color css

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

 span { border-color: rgb(102,73,65); }

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