Html Css Color HEX #606B59 Axolotl

📋 copy color: '#606B59'

red 96 ◦ green 107 ◦ blue 89

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

Shades of Axolotl #606B59

Tints of Axolotl #606B59

RGB

 RED value IS 96 (37.89% from 255) = 32.88%

 GREEN value IS 107 (42.19% from 255) = 36.64%

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 32.88%
G = 36.64%
B = 30.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#606B59 (or 0x606B59) is known color: Axolotl. HEX triplet: 60, 6B and 59. RGB value is (96,107,89). Sum of RGB (Red+Green+Blue) = 96+107+89=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #606B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B59 is #9F94A6. Grayscale: #656565. Windows color (decimal): -10458279 or 5860192. OLE color: 5860192.

HSL color Cylindrical-coordinate representation of color #606B59: hue angle of 96.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606B59 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 89 -
CMYK 0.10 0 0.17 0.58
HSL 96.67º 0.09% 0.38% -
HSV(B) 96.67º 0.17% 0.42% -
XYZ 11.88 13.72 11.47 -
YUV 101.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 96 107 89 0.10 0 0.17 0.58 96.67 0.09 0.38
Hex 60 6B 59 A 0 11 3A 61 9 26
Octal 140 153 131 12 0 21 72 141 11 46
Binary 1100000 1101011 1011001 1010 0 10001 111010 1100001 1001 100110

Color Harmonies of #606B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B59

Black with #606B59

Text Example


Text Example

White with #606B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606B59; }

 p { color: rgb(96,107,89); }

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

background-color css

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

 a { background-color: rgb(96,107,89); }

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

border-color css

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

 span { border-color: rgb(96,107,89); }

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