Html Css Color HEX #6B7966 Axolotl

📋 copy color: '#6B7966'

red 107 ◦ green 121 ◦ blue 102

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

Shades of Axolotl #6B7966

Tints of Axolotl #6B7966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 32.42%
G = 36.67%
B = 30.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#6B7966 (or 0x6B7966) is known color: Axolotl. HEX triplet: 6B, 79 and 66. RGB value is (107,121,102). Sum of RGB (Red+Green+Blue) = 107+121+102=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7966 is #948699. Grayscale: #727272. Windows color (decimal): -9733786 or 6715755. OLE color: 6715755.

HSL color Cylindrical-coordinate representation of color #6B7966: hue angle of 104.21º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B7966 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 121 102 -
CMYK 0.12 0 0.16 0.53
HSL 104.21º 0.09% 0.44% -
HSV(B) 104.21º 0.16% 0.47% -
XYZ 15.3 17.76 15.19 -
YUV 114.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 107 121 102 0.12 0 0.16 0.53 104.21 0.09 0.44
Hex 6B 79 66 C 0 10 35 68 9 2C
Octal 153 171 146 14 0 20 65 150 11 54
Binary 1101011 1111001 1100110 1100 0 10000 110101 1101000 1001 101100

Color Harmonies of #6B7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7966

Black with #6B7966

Text Example


Text Example

White with #6B7966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,121,102); }

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

background-color css

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

 a { background-color: rgb(107,121,102); }

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

border-color css

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

 span { border-color: rgb(107,121,102); }

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