Html Css Color HEX #6B7863 Axolotl

📋 copy color: '#6B7863'

red 107 ◦ green 120 ◦ blue 99

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

Shades of Axolotl #6B7863

Tints of Axolotl #6B7863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 32.82%
G = 36.81%
B = 30.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#6B7863 (or 0x6B7863) is known color: Axolotl. HEX triplet: 6B, 78 and 63. RGB value is (107,120,99). Sum of RGB (Red+Green+Blue) = 107+120+99=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7863 is #94879C. Grayscale: #717171. Windows color (decimal): -9734045 or 6518891. OLE color: 6518891.

HSL color Cylindrical-coordinate representation of color #6B7863: hue angle of 97.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B7863 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 120 99 -
CMYK 0.11 0 0.17 0.53
HSL 97.14º 0.1% 0.43% -
HSV(B) 97.14º 0.18% 0.47% -
XYZ 15.03 17.46 14.38 -
YUV 113.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 107 120 99 0.11 0 0.17 0.53 97.14 0.1 0.43
Hex 6B 78 63 B 0 11 35 61 A 2B
Octal 153 170 143 13 0 21 65 141 12 53
Binary 1101011 1111000 1100011 1011 0 10001 110101 1100001 1010 101011

Color Harmonies of #6B7863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7863

Black with #6B7863

Text Example


Text Example

White with #6B7863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,120,99); }

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

background-color css

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

 a { background-color: rgb(107,120,99); }

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

border-color css

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

 span { border-color: rgb(107,120,99); }

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