Html Css Color HEX #66835C Axolotl

📋 copy color: '#66835C'

red 102 ◦ green 131 ◦ blue 92

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

Shades of Axolotl #66835C

Tints of Axolotl #66835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

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

R = 31.38%
G = 40.31%
B = 28.31%

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

#66835C (or 0x66835C) is known color: Axolotl. HEX triplet: 66, 83 and 5C. RGB value is (102,131,92). Sum of RGB (Red+Green+Blue) = 102+131+92=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #66835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66835C is #997CA3. Grayscale: #767676. Windows color (decimal): -10058916 or 6062950. OLE color: 6062950.

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

Color convert

RGB 102 131 92 -
CMYK 0.22 0 0.30 0.49
HSL 104.62º 0.17% 0.44% -
HSV(B) 104.62º 0.3% 0.51% -
XYZ 15.53 19.83 13.13 -
YUV 117.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 102 131 92 0.22 0 0.30 0.49 104.62 0.17 0.44
Hex 66 83 5C 16 0 1E 31 69 11 2C
Octal 146 203 134 26 0 36 61 151 21 54
Binary 1100110 10000011 1011100 10110 0 11110 110001 1101001 10001 101100

Color Harmonies of #66835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66835C

Black with #66835C

Text Example


Text Example

White with #66835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,131,92); }

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

background-color css

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

 a { background-color: rgb(102,131,92); }

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

border-color css

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

 span { border-color: rgb(102,131,92); }

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