Html Css Color HEX #664C44 Congo Brown

📋 copy color: '#664C44'

red 102 ◦ green 76 ◦ blue 68

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

Shades of Congo Brown #664C44

Tints of Congo Brown #664C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 41.46%
G = 30.89%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#664C44 (or 0x664C44) is known color: Congo Brown. HEX triplet: 66, 4C and 44. RGB value is (102,76,68). Sum of RGB (Red+Green+Blue) = 102+76+68=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #664C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C44 is #99B3BB. Grayscale: #525252. Windows color (decimal): -10073020 or 4476006. OLE color: 4476006.

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

Color convert

RGB 102 76 68 -
CMYK 0 0.25 0.33 0.6
HSL 14.12º 0.2% 0.33% -
HSV(B) 14.12º 0.33% 0.4% -
XYZ 9.11 8.41 6.61 -
YUV 82.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 102 76 68 0 0.25 0.33 0.6 14.12 0.2 0.33
Hex 66 4C 44 0 19 21 3C E 14 21
Octal 146 114 104 0 31 41 74 16 24 41
Binary 1100110 1001100 1000100 0 11001 100001 111100 1110 10100 100001

Color Harmonies of #664C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C44

Black with #664C44

Text Example


Text Example

White with #664C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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