Html Css Color HEX #656555 Hemlock

📋 copy color: '#656555'

red 101 ◦ green 101 ◦ blue 85

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

Shades of Hemlock #656555

Tints of Hemlock #656555

RGB

 RED value IS 101 (39.84% from 255) = 35.19%

 GREEN value IS 101 (39.84% from 255) = 35.19%

 BLUE value IS 85 (33.59% from 255) = 29.62%

R = 35.19%
G = 35.19%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#656555 (or 0x656555) is known color: Hemlock. HEX triplet: 65, 65 and 55. RGB value is (101,101,85). Sum of RGB (Red+Green+Blue) = 101+101+85=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 101 - color contains mainly: red, green. Hex color #656555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656555 is #9A9AAA. Grayscale: #636363. Windows color (decimal): -10132139 or 5596517. OLE color: 5596517.

HSL color Cylindrical-coordinate representation of color #656555: hue angle of 60º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656555 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 101 85 -
CMYK 0 0 0.16 0.60
HSL 60º 0.09% 0.36% -
HSV(B) 60º 0.16% 0.4% -
XYZ 11.66 12.73 10.44 -
YUV 99.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 101 101 85 0 0 0.16 0.60 60 0.09 0.36
Hex 65 65 55 0 0 10 3C 3C 9 24
Octal 145 145 125 0 0 20 74 74 11 44
Binary 1100101 1100101 1010101 0 0 10000 111100 111100 1001 100100

Color Harmonies of #656555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656555

Black with #656555

Text Example


Text Example

White with #656555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656555; }

 p { color: rgb(101,101,85); }

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

background-color css

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

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

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

border-color css

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

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

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