#666150

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

Shades of Crocodile #666150

Tints of Crocodile #666150

Color information

#666150 (or 0x666150) is unknown color: approx Crocodile. HEX triplet: 66, 61 and 50. RGB value is (102,97,80). Sum of RGB (Red+Green+Blue) = 102+97+80=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #666150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666150 is #999EAF. Grayscale: #606060. Windows color (decimal): -10067632 or 5267814. OLE color: 5267814.

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

Color convert

RGB1029780-
CMYK00.050.220.6
HSL46.36º12.09%35.69%-
HSV(B)46.36º21.57%40%-
XYZ11.211.959.31-
YUV96.56118.66131.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=36.56%
G=34.77%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102978000.050.220.646.3612.0935.69
Hex66615005163C2ec24
Octal146141120052674561444
Binary1100110110000110100000101101101111001011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666150; }

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

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

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

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

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

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

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

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