Html Css Color HEX #65825C Axolotl

📋 copy color: '#65825C'

red 101 ◦ green 130 ◦ blue 92

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

Shades of Axolotl #65825C

Tints of Axolotl #65825C

RGB

 RED value IS 101 (39.84% from 255) = 31.27%

 GREEN value IS 130 (51.17% from 255) = 40.25%

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 31.27%
G = 40.25%
B = 28.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#65825C (or 0x65825C) is known color: Axolotl. HEX triplet: 65, 82 and 5C. RGB value is (101,130,92). Sum of RGB (Red+Green+Blue) = 101+130+92=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #65825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65825C is #9A7DA3. Grayscale: #757575. Windows color (decimal): -10124708 or 6062693. OLE color: 6062693.

HSL color Cylindrical-coordinate representation of color #65825C: hue angle of 105.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65825C is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 92 -
CMYK 0.22 0 0.29 0.49
HSL 105.79º 0.17% 0.44% -
HSV(B) 105.79º 0.29% 0.51% -
XYZ 15.28 19.5 13.08 -
YUV 117 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 101 130 92 0.22 0 0.29 0.49 105.79 0.17 0.44
Hex 65 82 5C 16 0 1D 31 6A 11 2C
Octal 145 202 134 26 0 35 61 152 21 54
Binary 1100101 10000010 1011100 10110 0 11101 110001 1101010 10001 101100

Color Harmonies of #65825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65825C

Black with #65825C

Text Example


Text Example

White with #65825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65825C; }

 p { color: rgb(101,130,92); }

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

background-color css

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

 a { background-color: rgb(101,130,92); }

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

border-color css

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

 span { border-color: rgb(101,130,92); }

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