Html Css Color HEX #6C7667 Axolotl

📋 copy color: '#6C7667'

red 108 ◦ green 118 ◦ blue 103

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

Shades of Axolotl #6C7667

Tints of Axolotl #6C7667

RGB

 RED value IS 108 (42.58% from 255) = 32.83%

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

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 32.83%
G = 35.87%
B = 31.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#6C7667 (or 0x6C7667) is known color: Axolotl. HEX triplet: 6C, 76 and 67. RGB value is (108,118,103). Sum of RGB (Red+Green+Blue) = 108+118+103=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7667 is #938998. Grayscale: #717171. Windows color (decimal): -9669017 or 6780524. OLE color: 6780524.

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

Color convert

RGB 108 118 103 -
CMYK 0.08 0 0.13 0.54
HSL 100º 0.07% 0.43% -
HSV(B) 100º 0.13% 0.46% -
XYZ 15.11 17.12 15.34 -
YUV 113.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 108 118 103 0.08 0 0.13 0.54 100 0.07 0.43
Hex 6C 76 67 8 0 D 36 64 7 2B
Octal 154 166 147 10 0 15 66 144 7 53
Binary 1101100 1110110 1100111 1000 0 1101 110110 1100100 111 101011

Color Harmonies of #6C7667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7667

Black with #6C7667

Text Example


Text Example

White with #6C7667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,103); }

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

background-color css

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

 a { background-color: rgb(108,118,103); }

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

border-color css

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

 span { border-color: rgb(108,118,103); }

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