Html Css Color HEX #664F4A Congo Brown

📋 copy color: '#664F4A'

red 102 ◦ green 79 ◦ blue 74

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

Shades of Congo Brown #664F4A

Tints of Congo Brown #664F4A

RGB

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

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

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

R = 40%
G = 30.98%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#664F4A (or 0x664F4A) is known color: Congo Brown. HEX triplet: 66, 4F and 4A. RGB value is (102,79,74). Sum of RGB (Red+Green+Blue) = 102+79+74=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F4A is #99B0B5. Grayscale: #555555. Windows color (decimal): -10072246 or 4869990. OLE color: 4869990.

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

Color convert

RGB 102 79 74 -
CMYK 0 0.23 0.27 0.6
HSL 10.71º 0.16% 0.35% -
HSV(B) 10.71º 0.27% 0.4% -
XYZ 9.51 8.91 7.7 -
YUV 85.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 102 79 74 0 0.23 0.27 0.6 10.71 0.16 0.35
Hex 66 4F 4A 0 17 1B 3C B 10 23
Octal 146 117 112 0 27 33 74 13 20 43
Binary 1100110 1001111 1001010 0 10111 11011 111100 1011 10000 100011

Color Harmonies of #664F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F4A

Black with #664F4A

Text Example


Text Example

White with #664F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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