Html Css Color HEX #664B4A Congo Brown

📋 copy color: '#664B4A'

red 102 ◦ green 75 ◦ blue 74

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

Shades of Congo Brown #664B4A

Tints of Congo Brown #664B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.88%

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

R = 40.64%
G = 29.88%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#664B4A (or 0x664B4A) is known color: Congo Brown. HEX triplet: 66, 4B and 4A. RGB value is (102,75,74). Sum of RGB (Red+Green+Blue) = 102+75+74=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B4A is #99B4B5. Grayscale: #525252. Windows color (decimal): -10073270 or 4868966. OLE color: 4868966.

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

Color convert

RGB 102 75 74 -
CMYK 0 0.26 0.27 0.6
HSL 2.14º 0.16% 0.35% -
HSV(B) 2.14º 0.27% 0.4% -
XYZ 9.23 8.35 7.6 -
YUV 82.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 102 75 74 0 0.26 0.27 0.6 2.14 0.16 0.35
Hex 66 4B 4A 0 1A 1B 3C 2 10 23
Octal 146 113 112 0 32 33 74 2 20 43
Binary 1100110 1001011 1001010 0 11010 11011 111100 10 10000 100011

Color Harmonies of #664B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B4A

Black with #664B4A

Text Example


Text Example

White with #664B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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