Html Css Color HEX #6B7567 Axolotl

📋 copy color: '#6B7567'

red 107 ◦ green 117 ◦ blue 103

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

Shades of Axolotl #6B7567

Tints of Axolotl #6B7567

RGB

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

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

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

R = 32.72%
G = 35.78%
B = 31.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#6B7567 (or 0x6B7567) is known color: Axolotl. HEX triplet: 6B, 75 and 67. RGB value is (107,117,103). Sum of RGB (Red+Green+Blue) = 107+117+103=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7567 is #948A98. Grayscale: #707070. Windows color (decimal): -9734809 or 6780267. OLE color: 6780267.

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

Color convert

RGB 107 117 103 -
CMYK 0.09 0 0.12 0.54
HSL 102.86º 0.06% 0.43% -
HSV(B) 102.86º 0.12% 0.46% -
XYZ 14.87 16.83 15.3 -
YUV 112.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 107 117 103 0.09 0 0.12 0.54 102.86 0.06 0.43
Hex 6B 75 67 9 0 C 36 67 6 2B
Octal 153 165 147 11 0 14 66 147 6 53
Binary 1101011 1110101 1100111 1001 0 1100 110110 1100111 110 101011

Color Harmonies of #6B7567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7567

Black with #6B7567

Text Example


Text Example

White with #6B7567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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