Html Css Color HEX #6B7667 Axolotl

📋 copy color: '#6B7667'

red 107 ◦ green 118 ◦ blue 103

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

Shades of Axolotl #6B7667

Tints of Axolotl #6B7667

RGB

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

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

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

R = 32.62%
G = 35.98%
B = 31.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#6B7667 (or 0x6B7667) is known color: Axolotl. HEX triplet: 6B, 76 and 67. RGB value is (107,118,103). Sum of RGB (Red+Green+Blue) = 107+118+103=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7667 is #948998. Grayscale: #717171. Windows color (decimal): -9734553 or 6780523. OLE color: 6780523.

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

Color convert

RGB 107 118 103 -
CMYK 0.09 0 0.13 0.54
HSL 104º 0.07% 0.43% -
HSV(B) 104º 0.13% 0.46% -
XYZ 14.99 17.06 15.34 -
YUV 113 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 107 118 103 0.09 0 0.13 0.54 104 0.07 0.43
Hex 6B 76 67 9 0 D 36 68 7 2B
Octal 153 166 147 11 0 15 66 150 7 53
Binary 1101011 1110110 1100111 1001 0 1101 110110 1101000 111 101011

Color Harmonies of #6B7667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7667

Black with #6B7667

Text Example


Text Example

White with #6B7667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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