Html Css Color HEX #64725E Axolotl

📋 copy color: '#64725E'

red 100 ◦ green 114 ◦ blue 94

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

Shades of Axolotl #64725E

Tints of Axolotl #64725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 32.47%
G = 37.01%
B = 30.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#64725E (or 0x64725E) is known color: Axolotl. HEX triplet: 64, 72 and 5E. RGB value is (100,114,94). Sum of RGB (Red+Green+Blue) = 100+114+94=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #64725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725E is #9B8DA1. Grayscale: #6B6B6B. Windows color (decimal): -10194338 or 6189668. OLE color: 6189668.

HSL color Cylindrical-coordinate representation of color #64725E: hue angle of 102º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64725E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 94 -
CMYK 0.12 0 0.18 0.55
HSL 102º 0.1% 0.41% -
HSV(B) 102º 0.18% 0.45% -
XYZ 13.29 15.55 12.89 -
YUV 107.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 100 114 94 0.12 0 0.18 0.55 102 0.1 0.41
Hex 64 72 5E C 0 12 37 66 A 29
Octal 144 162 136 14 0 22 67 146 12 51
Binary 1100100 1110010 1011110 1100 0 10010 110111 1100110 1010 101001

Color Harmonies of #64725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64725E

Black with #64725E

Text Example


Text Example

White with #64725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64725E; }

 p { color: rgb(100,114,94); }

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

background-color css

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

 a { background-color: rgb(100,114,94); }

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

border-color css

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

 span { border-color: rgb(100,114,94); }

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