Html Css Color HEX #66825B Axolotl

📋 copy color: '#66825B'

red 102 ◦ green 130 ◦ blue 91

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

Shades of Axolotl #66825B

Tints of Axolotl #66825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 31.58%
G = 40.25%
B = 28.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#66825B (or 0x66825B) is known color: Axolotl. HEX triplet: 66, 82 and 5B. RGB value is (102,130,91). Sum of RGB (Red+Green+Blue) = 102+130+91=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #66825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66825B is #997DA4. Grayscale: #757575. Windows color (decimal): -10059173 or 5997158. OLE color: 5997158.

HSL color Cylindrical-coordinate representation of color #66825B: hue angle of 103.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66825B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 91 -
CMYK 0.22 0 0.30 0.49
HSL 103.08º 0.18% 0.43% -
HSV(B) 103.08º 0.3% 0.51% -
XYZ 15.35 19.55 12.86 -
YUV 117.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 102 130 91 0.22 0 0.30 0.49 103.08 0.18 0.43
Hex 66 82 5B 16 0 1E 31 67 12 2B
Octal 146 202 133 26 0 36 61 147 22 53
Binary 1100110 10000010 1011011 10110 0 11110 110001 1100111 10010 101011

Color Harmonies of #66825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66825B

Black with #66825B

Text Example


Text Example

White with #66825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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