Html Css Color HEX #665652 Congo Brown

📋 copy color: '#665652'

red 102 ◦ green 86 ◦ blue 82

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

Shades of Congo Brown #665652

Tints of Congo Brown #665652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 37.78%
G = 31.85%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#665652 (or 0x665652) is known color: Congo Brown. HEX triplet: 66, 56 and 52. RGB value is (102,86,82). Sum of RGB (Red+Green+Blue) = 102+86+82=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665652 is #99A9AD. Grayscale: #5A5A5A. Windows color (decimal): -10070446 or 5396070. OLE color: 5396070.

HSL color Cylindrical-coordinate representation of color #665652: hue angle of 12º 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 #665652 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 86 82 -
CMYK 0 0.16 0.20 0.6
HSL 12º 0.11% 0.36% -
HSV(B) 12º 0.2% 0.4% -
XYZ 10.33 10.09 9.39 -
YUV 90.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 102 86 82 0 0.16 0.20 0.6 12 0.11 0.36
Hex 66 56 52 0 10 14 3C C B 24
Octal 146 126 122 0 20 24 74 14 13 44
Binary 1100110 1010110 1010010 0 10000 10100 111100 1100 1011 100100

Color Harmonies of #665652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665652

Black with #665652

Text Example


Text Example

White with #665652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665652; }

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

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

background-color css

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

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

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

border-color css

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

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

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