Html Css Color HEX #647B53 Axolotl

📋 copy color: '#647B53'

red 100 ◦ green 123 ◦ blue 83

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

Shades of Axolotl #647B53

Tints of Axolotl #647B53

RGB

 RED value IS 100 (39.45% from 255) = 32.68%

 GREEN value IS 123 (48.44% from 255) = 40.2%

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 32.68%
G = 40.2%
B = 27.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#647B53 (or 0x647B53) is known color: Axolotl. HEX triplet: 64, 7B and 53. RGB value is (100,123,83). Sum of RGB (Red+Green+Blue) = 100+123+83=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #647B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B53 is #9B84AC. Grayscale: #6F6F6F. Windows color (decimal): -10192045 or 5471076. OLE color: 5471076.

HSL color Cylindrical-coordinate representation of color #647B53: hue angle of 94.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647B53 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 123 83 -
CMYK 0.19 0 0.33 0.52
HSL 94.5º 0.19% 0.4% -
HSV(B) 94.5º 0.33% 0.48% -
XYZ 13.9 17.5 10.83 -
YUV 111.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 100 123 83 0.19 0 0.33 0.52 94.5 0.19 0.4
Hex 64 7B 53 13 0 21 34 5E 13 28
Octal 144 173 123 23 0 41 64 136 23 50
Binary 1100100 1111011 1010011 10011 0 100001 110100 1011110 10011 101000

Color Harmonies of #647B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647B53

Black with #647B53

Text Example


Text Example

White with #647B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647B53; }

 p { color: rgb(100,123,83); }

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

background-color css

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

 a { background-color: rgb(100,123,83); }

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

border-color css

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

 span { border-color: rgb(100,123,83); }

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