Html Css Color HEX #6C7369 Axolotl

📋 copy color: '#6C7369'

red 108 ◦ green 115 ◦ blue 105

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

Shades of Axolotl #6C7369

Tints of Axolotl #6C7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 32.93%
G = 35.06%
B = 32.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#6C7369 (or 0x6C7369) is known color: Axolotl. HEX triplet: 6C, 73 and 69. RGB value is (108,115,105). Sum of RGB (Red+Green+Blue) = 108+115+105=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7369 is #938C96. Grayscale: #6F6F6F. Windows color (decimal): -9669783 or 6910828. OLE color: 6910828.

HSL color Cylindrical-coordinate representation of color #6C7369: hue angle of 102º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C7369 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 115 105 -
CMYK 0.06 0 0.09 0.55
HSL 102º 0.05% 0.43% -
HSV(B) 102º 0.09% 0.45% -
XYZ 14.86 16.47 15.76 -
YUV 111.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 108 115 105 0.06 0 0.09 0.55 102 0.05 0.43
Hex 6C 73 69 6 0 9 37 66 5 2B
Octal 154 163 151 6 0 11 67 146 5 53
Binary 1101100 1110011 1101001 110 0 1001 110111 1100110 101 101011

Color Harmonies of #6C7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7369

Black with #6C7369

Text Example


Text Example

White with #6C7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,105); }

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

background-color css

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

 a { background-color: rgb(108,115,105); }

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

border-color css

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

 span { border-color: rgb(108,115,105); }

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