#656150

Color #656150 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #656150

Tints of Crocodile #656150

Color information

#656150 (or 0x656150) is unknown color: approx Crocodile. HEX triplet: 65, 61 and 50. RGB value is (101,97,80). Sum of RGB (Red+Green+Blue) = 101+97+80=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #656150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656150 is #9A9EAF. Grayscale: #606060. Windows color (decimal): -10133168 or 5267813. OLE color: 5267813.

HSL color Cylindrical-coordinate representation of color #656150: hue angle of 48.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656150 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1019780-
CMYK00.040.210.60
HSL48.57º11.6%35.49%-
HSV(B)48.57º20.79%39.61%-
XYZ11.0911.99.3-
YUV96.26118.83131.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=36.33%
G=34.89%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101978000.040.210.6048.5711.635.49
Hex65615004153C31c23
Octal145141120042574611443
Binary1100101110000110100000100101011111001100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656150; }

 p { color: rgb(101,97,80); }

 H1.HeaderClassName
 {
   color: #656150;
 }
 .AnyTagClassName
 {
   color: #656150;
 }
</style>
background-color css

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

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

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

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

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

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