Html Css Color HEX #656455 Hemlock

📋 copy color: '#656455'

red 101 ◦ green 100 ◦ blue 85

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

Shades of Hemlock #656455

Tints of Hemlock #656455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 35.31%
G = 34.97%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#656455 (or 0x656455) is known color: Hemlock. HEX triplet: 65, 64 and 55. RGB value is (101,100,85). Sum of RGB (Red+Green+Blue) = 101+100+85=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 101 - color contains mainly: red. Hex color #656455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656455 is #9A9BAA. Grayscale: #626262. Windows color (decimal): -10132395 or 5596261. OLE color: 5596261.

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

Color convert

RGB 101 100 85 -
CMYK 0 0.01 0.16 0.60
HSL 56.25º 0.09% 0.36% -
HSV(B) 56.25º 0.16% 0.4% -
XYZ 11.56 12.54 10.4 -
YUV 98.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 101 100 85 0 0.01 0.16 0.60 56.25 0.09 0.36
Hex 65 64 55 0 1 10 3C 38 9 24
Octal 145 144 125 0 1 20 74 70 11 44
Binary 1100101 1100100 1010101 0 1 10000 111100 111000 1001 100100

Color Harmonies of #656455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656455

Black with #656455

Text Example


Text Example

White with #656455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656455; }

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

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

background-color css

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

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

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

border-color css

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

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

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