Html Css Color HEX #6B7665 Axolotl

📋 copy color: '#6B7665'

red 107 ◦ green 118 ◦ blue 101

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

Shades of Axolotl #6B7665

Tints of Axolotl #6B7665

RGB

 RED value IS 107 (42.19% from 255) = 32.82%

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

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

R = 32.82%
G = 36.2%
B = 30.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#6B7665 (or 0x6B7665) is known color: Axolotl. HEX triplet: 6B, 76 and 65. RGB value is (107,118,101). Sum of RGB (Red+Green+Blue) = 107+118+101=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7665 is #94899A. Grayscale: #707070. Windows color (decimal): -9734555 or 6649451. OLE color: 6649451.

HSL color Cylindrical-coordinate representation of color #6B7665: hue angle of 98.82º 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 #6B7665 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 101 -
CMYK 0.09 0 0.14 0.54
HSL 98.82º 0.08% 0.43% -
HSV(B) 98.82º 0.14% 0.46% -
XYZ 14.89 17.02 14.81 -
YUV 112.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 107 118 101 0.09 0 0.14 0.54 98.82 0.08 0.43
Hex 6B 76 65 9 0 E 36 63 8 2B
Octal 153 166 145 11 0 16 66 143 10 53
Binary 1101011 1110110 1100101 1001 0 1110 110110 1100011 1000 101011

Color Harmonies of #6B7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7665

Black with #6B7665

Text Example


Text Example

White with #6B7665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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