Html Css Color HEX #6A7665 Axolotl

📋 copy color: '#6A7665'

red 106 ◦ green 118 ◦ blue 101

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

Shades of Axolotl #6A7665

Tints of Axolotl #6A7665

RGB

 RED value IS 106 (41.8% from 255) = 32.62%

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 32.62%
G = 36.31%
B = 31.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#6A7665 (or 0x6A7665) is known color: Axolotl. HEX triplet: 6A, 76 and 65. RGB value is (106,118,101). Sum of RGB (Red+Green+Blue) = 106+118+101=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7665 is #95899A. Grayscale: #707070. Windows color (decimal): -9800091 or 6649450. OLE color: 6649450.

HSL color Cylindrical-coordinate representation of color #6A7665: hue angle of 102.35º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A7665 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 101 -
CMYK 0.10 0 0.14 0.54
HSL 102.35º 0.08% 0.43% -
HSV(B) 102.35º 0.14% 0.46% -
XYZ 14.77 16.96 14.81 -
YUV 112.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 106 118 101 0.10 0 0.14 0.54 102.35 0.08 0.43
Hex 6A 76 65 A 0 E 36 66 8 2B
Octal 152 166 145 12 0 16 66 146 10 53
Binary 1101010 1110110 1100101 1010 0 1110 110110 1100110 1000 101011

Color Harmonies of #6A7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7665

Black with #6A7665

Text Example


Text Example

White with #6A7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7665; }

 p { color: rgb(106,118,101); }

 H1.HeaderClassName
 {
   color: #6A7665;
 }
 .AnyTagClassName
 {
   color: #6A7665;
 }
</style>

background-color css

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

 a { background-color: rgb(106,118,101); }

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

border-color css

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

 span { border-color: rgb(106,118,101); }

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