Html Css Color HEX #664D4C Congo Brown

📋 copy color: '#664D4C'

red 102 ◦ green 77 ◦ blue 76

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

Shades of Congo Brown #664D4C

Tints of Congo Brown #664D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

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

R = 40%
G = 30.2%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#664D4C (or 0x664D4C) is known color: Congo Brown. HEX triplet: 66, 4D and 4C. RGB value is (102,77,76). Sum of RGB (Red+Green+Blue) = 102+77+76=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D4C is #99B2B3. Grayscale: #545454. Windows color (decimal): -10072756 or 5000550. OLE color: 5000550.

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

Color convert

RGB 102 77 76 -
CMYK 0 0.25 0.25 0.6
HSL 2.31º 0.15% 0.35% -
HSV(B) 2.31º 0.25% 0.4% -
XYZ 9.44 8.65 8.01 -
YUV 84.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 102 77 76 0 0.25 0.25 0.6 2.31 0.15 0.35
Hex 66 4D 4C 0 19 19 3C 2 F 23
Octal 146 115 114 0 31 31 74 2 17 43
Binary 1100110 1001101 1001100 0 11001 11001 111100 10 1111 100011

Color Harmonies of #664D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D4C

Black with #664D4C

Text Example


Text Example

White with #664D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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