Html Css Color HEX #677063 Axolotl

📋 copy color: '#677063'

red 103 ◦ green 112 ◦ blue 99

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

Shades of Axolotl #677063

Tints of Axolotl #677063

RGB

 RED value IS 103 (40.63% from 255) = 32.8%

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 32.8%
G = 35.67%
B = 31.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#677063 (or 0x677063) is known color: Axolotl. HEX triplet: 67, 70 and 63. RGB value is (103,112,99). Sum of RGB (Red+Green+Blue) = 103+112+99=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #677063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677063 is #988F9C. Grayscale: #6B6B6B. Windows color (decimal): -9998237 or 6516839. OLE color: 6516839.

HSL color Cylindrical-coordinate representation of color #677063: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677063 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 99 -
CMYK 0.08 0 0.12 0.56
HSL 101.54º 0.06% 0.41% -
HSV(B) 101.54º 0.12% 0.44% -
XYZ 13.64 15.37 14.05 -
YUV 107.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 103 112 99 0.08 0 0.12 0.56 101.54 0.06 0.41
Hex 67 70 63 8 0 C 38 66 6 29
Octal 147 160 143 10 0 14 70 146 6 51
Binary 1100111 1110000 1100011 1000 0 1100 111000 1100110 110 101001

Color Harmonies of #677063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677063

Black with #677063

Text Example


Text Example

White with #677063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677063; }

 p { color: rgb(103,112,99); }

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

background-color css

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

 a { background-color: rgb(103,112,99); }

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

border-color css

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

 span { border-color: rgb(103,112,99); }

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