Html Css Color HEX #664E46 Congo Brown

📋 copy color: '#664E46'

red 102 ◦ green 78 ◦ blue 70

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

Shades of Congo Brown #664E46

Tints of Congo Brown #664E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28%

R = 40.8%
G = 31.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#664E46 (or 0x664E46) is known color: Congo Brown. HEX triplet: 66, 4E and 46. RGB value is (102,78,70). Sum of RGB (Red+Green+Blue) = 102+78+70=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #664E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E46 is #99B1B9. Grayscale: #545454. Windows color (decimal): -10072506 or 4607590. OLE color: 4607590.

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

Color convert

RGB 102 78 70 -
CMYK 0 0.24 0.31 0.6
HSL 15º 0.19% 0.34% -
HSV(B) 15º 0.31% 0.4% -
XYZ 9.31 8.72 6.99 -
YUV 84.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 102 78 70 0 0.24 0.31 0.6 15 0.19 0.34
Hex 66 4E 46 0 18 1F 3C F 13 22
Octal 146 116 106 0 30 37 74 17 23 42
Binary 1100110 1001110 1000110 0 11000 11111 111100 1111 10011 100010

Color Harmonies of #664E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E46

Black with #664E46

Text Example


Text Example

White with #664E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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