Html Css Color HEX #6C7567 Axolotl

📋 copy color: '#6C7567'

red 108 ◦ green 117 ◦ blue 103

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

Shades of Axolotl #6C7567

Tints of Axolotl #6C7567

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 32.93%
G = 35.67%
B = 31.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#6C7567 (or 0x6C7567) is known color: Axolotl. HEX triplet: 6C, 75 and 67. RGB value is (108,117,103). Sum of RGB (Red+Green+Blue) = 108+117+103=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7567 is #938A98. Grayscale: #707070. Windows color (decimal): -9669273 or 6780268. OLE color: 6780268.

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

Color convert

RGB 108 117 103 -
CMYK 0.08 0 0.12 0.54
HSL 98.57º 0.06% 0.43% -
HSV(B) 98.57º 0.12% 0.46% -
XYZ 14.99 16.89 15.3 -
YUV 112.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 108 117 103 0.08 0 0.12 0.54 98.57 0.06 0.43
Hex 6C 75 67 8 0 C 36 63 6 2B
Octal 154 165 147 10 0 14 66 143 6 53
Binary 1101100 1110101 1100111 1000 0 1100 110110 1100011 110 101011

Color Harmonies of #6C7567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7567

Black with #6C7567

Text Example


Text Example

White with #6C7567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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