Html Css Color HEX #665551 Congo Brown

📋 copy color: '#665551'

red 102 ◦ green 85 ◦ blue 81

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

Shades of Congo Brown #665551

Tints of Congo Brown #665551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 38.06%
G = 31.72%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#665551 (or 0x665551) is known color: Congo Brown. HEX triplet: 66, 55 and 51. RGB value is (102,85,81). Sum of RGB (Red+Green+Blue) = 102+85+81=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665551 is #99AAAE. Grayscale: #595959. Windows color (decimal): -10070703 or 5330278. OLE color: 5330278.

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

Color convert

RGB 102 85 81 -
CMYK 0 0.17 0.21 0.6
HSL 11.43º 0.11% 0.36% -
HSV(B) 11.43º 0.21% 0.4% -
XYZ 10.21 9.92 9.16 -
YUV 89.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 102 85 81 0 0.17 0.21 0.6 11.43 0.11 0.36
Hex 66 55 51 0 11 15 3C B B 24
Octal 146 125 121 0 21 25 74 13 13 44
Binary 1100110 1010101 1010001 0 10001 10101 111100 1011 1011 100100

Color Harmonies of #665551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665551

Black with #665551

Text Example


Text Example

White with #665551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665551; }

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

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

background-color css

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

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

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

border-color css

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

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

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