#60675B

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

Shades of Axolotl #60675B

Tints of Axolotl #60675B

Color information

#60675B (or 0x60675B) is unknown color: approx Axolotl. HEX triplet: 60, 67 and 5B. RGB value is (96,103,91). Sum of RGB (Red+Green+Blue) = 96+103+91=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 103 - color contains mainly: green. Hex color #60675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60675B is #9F98A4. Grayscale: #636363. Windows color (decimal): -10459301 or 5990240. OLE color: 5990240.

HSL color Cylindrical-coordinate representation of color #60675B: hue angle of 95º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60675B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB9610391-
CMYK0.0700.120.60
HSL95º6.19%38.04%-
HSV(B)95º11.65%40.39%-
XYZ11.5612.9411.79-
YUV99.54123.18125.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=33.10%
G=35.52%
B=31.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96103910.0700.120.60956.1938.04
Hex60675B70C3C5f626
Octal140147133701474137646
Binary110000011001111011011111011001111001011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60675B; }

 p { color: rgb(96,103,91); }

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

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

 a { background-color: rgb(96,103,91); }

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

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

 span { border-color: rgb(96,103,91); }

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