Html Css Color HEX #66825D Axolotl

📋 copy color: '#66825D'

red 102 ◦ green 130 ◦ blue 93

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

Shades of Axolotl #66825D

Tints of Axolotl #66825D

RGB

 RED value IS 102 (40.23% from 255) = 31.38%

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 31.38%
G = 40%
B = 28.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#66825D (or 0x66825D) is known color: Axolotl. HEX triplet: 66, 82 and 5D. RGB value is (102,130,93). Sum of RGB (Red+Green+Blue) = 102+130+93=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #66825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66825D is #997DA2. Grayscale: #757575. Windows color (decimal): -10059171 or 6128230. OLE color: 6128230.

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

Color convert

RGB 102 130 93 -
CMYK 0.22 0 0.28 0.49
HSL 105.41º 0.17% 0.44% -
HSV(B) 105.41º 0.28% 0.51% -
XYZ 15.44 19.58 13.32 -
YUV 117.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 102 130 93 0.22 0 0.28 0.49 105.41 0.17 0.44
Hex 66 82 5D 16 0 1C 31 69 11 2C
Octal 146 202 135 26 0 34 61 151 21 54
Binary 1100110 10000010 1011101 10110 0 11100 110001 1101001 10001 101100

Color Harmonies of #66825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66825D

Black with #66825D

Text Example


Text Example

White with #66825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66825D; }

 p { color: rgb(102,130,93); }

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

background-color css

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

 a { background-color: rgb(102,130,93); }

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

border-color css

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

 span { border-color: rgb(102,130,93); }

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