Html Css Color HEX #664E4A Congo Brown

📋 copy color: '#664E4A'

red 102 ◦ green 78 ◦ blue 74

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

Shades of Congo Brown #664E4A

Tints of Congo Brown #664E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 40.16%
G = 30.71%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#664E4A (or 0x664E4A) is known color: Congo Brown. HEX triplet: 66, 4E and 4A. RGB value is (102,78,74). Sum of RGB (Red+Green+Blue) = 102+78+74=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E4A is #99B1B5. Grayscale: #545454. Windows color (decimal): -10072502 or 4869734. OLE color: 4869734.

HSL color Cylindrical-coordinate representation of color #664E4A: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664E4A is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 78 74 -
CMYK 0 0.24 0.27 0.6
HSL 8.57º 0.16% 0.35% -
HSV(B) 8.57º 0.27% 0.4% -
XYZ 9.44 8.77 7.67 -
YUV 84.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 102 78 74 0 0.24 0.27 0.6 8.57 0.16 0.35
Hex 66 4E 4A 0 18 1B 3C 9 10 23
Octal 146 116 112 0 30 33 74 11 20 43
Binary 1100110 1001110 1001010 0 11000 11011 111100 1001 10000 100011

Color Harmonies of #664E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E4A

Black with #664E4A

Text Example


Text Example

White with #664E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664E4A; }

 p { color: rgb(102,78,74); }

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

background-color css

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

 a { background-color: rgb(102,78,74); }

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

border-color css

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

 span { border-color: rgb(102,78,74); }

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