Html Css Color HEX #664F4C Congo Brown

📋 copy color: '#664F4C'

red 102 ◦ green 79 ◦ blue 76

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

Shades of Congo Brown #664F4C

Tints of Congo Brown #664F4C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 39.69%
G = 30.74%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#664F4C (or 0x664F4C) is known color: Congo Brown. HEX triplet: 66, 4F and 4C. RGB value is (102,79,76). Sum of RGB (Red+Green+Blue) = 102+79+76=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F4C is #99B0B3. Grayscale: #555555. Windows color (decimal): -10072244 or 5001062. OLE color: 5001062.

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

Color convert

RGB 102 79 76 -
CMYK 0 0.23 0.25 0.6
HSL 6.92º 0.15% 0.35% -
HSV(B) 6.92º 0.25% 0.4% -
XYZ 9.58 8.94 8.06 -
YUV 85.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 102 79 76 0 0.23 0.25 0.6 6.92 0.15 0.35
Hex 66 4F 4C 0 17 19 3C 7 F 23
Octal 146 117 114 0 27 31 74 7 17 43
Binary 1100110 1001111 1001100 0 10111 11001 111100 111 1111 100011

Color Harmonies of #664F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F4C

Black with #664F4C

Text Example


Text Example

White with #664F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,79,76); }

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

background-color css

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

 a { background-color: rgb(102,79,76); }

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

border-color css

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

 span { border-color: rgb(102,79,76); }

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