Html Css Color HEX #60675B Axolotl

📋 copy color: '#60675B'

red 96 ◦ green 103 ◦ blue 91

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

Shades of Axolotl #60675B

Tints of Axolotl #60675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 33.1%
G = 35.52%
B = 31.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#60675B (or 0x60675B) is known color: 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

RGB 96 103 91 -
CMYK 0.07 0 0.12 0.60
HSL 95º 0.06% 0.38% -
HSV(B) 95º 0.12% 0.4% -
XYZ 11.56 12.94 11.79 -
YUV 99.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 96 103 91 0.07 0 0.12 0.60 95 0.06 0.38
Hex 60 67 5B 7 0 C 3C 5F 6 26
Octal 140 147 133 7 0 14 74 137 6 46
Binary 1100000 1100111 1011011 111 0 1100 111100 1011111 110 100110

Color Harmonies of #60675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60675B

Black with #60675B

Text Example


Text Example

White with #60675B

Text Example


Text Example

HTML Codes & Css Web 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>