Html Css Color HEX #665552 Congo Brown

📋 copy color: '#665552'

red 102 ◦ green 85 ◦ blue 82

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

Shades of Congo Brown #665552

Tints of Congo Brown #665552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 37.92%
G = 31.6%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#665552 (or 0x665552) is known color: Congo Brown. HEX triplet: 66, 55 and 52. RGB value is (102,85,82). Sum of RGB (Red+Green+Blue) = 102+85+82=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #665552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665552 is #99AAAD. Grayscale: #595959. Windows color (decimal): -10070702 or 5395814. OLE color: 5395814.

HSL color Cylindrical-coordinate representation of color #665552: hue angle of 9º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665552 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 82 -
CMYK 0 0.17 0.20 0.6
HSL 0.11% 0.36% -
HSV(B) 0.2% 0.4% -
XYZ 10.25 9.93 9.36 -
YUV 89.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 102 85 82 0 0.17 0.20 0.6 9 0.11 0.36
Hex 66 55 52 0 11 14 3C 9 B 24
Octal 146 125 122 0 21 24 74 11 13 44
Binary 1100110 1010101 1010010 0 10001 10100 111100 1001 1011 100100

Color Harmonies of #665552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665552

Black with #665552

Text Example


Text Example

White with #665552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665552; }

 p { color: rgb(102,85,82); }

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

background-color css

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

 a { background-color: rgb(102,85,82); }

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

border-color css

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

 span { border-color: rgb(102,85,82); }

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