Html Css Color HEX #67825C Axolotl

📋 copy color: '#67825C'

red 103 ◦ green 130 ◦ blue 92

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

Shades of Axolotl #67825C

Tints of Axolotl #67825C

RGB

 RED value IS 103 (40.63% from 255) = 31.69%

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

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

R = 31.69%
G = 40%
B = 28.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#67825C (or 0x67825C) is known color: Axolotl. HEX triplet: 67, 82 and 5C. RGB value is (103,130,92). Sum of RGB (Red+Green+Blue) = 103+130+92=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #67825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67825C is #987DA3. Grayscale: #757575. Windows color (decimal): -9993636 or 6062695. OLE color: 6062695.

HSL color Cylindrical-coordinate representation of color #67825C: hue angle of 102.63º 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 #67825C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 92 -
CMYK 0.21 0 0.29 0.49
HSL 102.63º 0.17% 0.44% -
HSV(B) 102.63º 0.29% 0.51% -
XYZ 15.51 19.62 13.1 -
YUV 117.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 103 130 92 0.21 0 0.29 0.49 102.63 0.17 0.44
Hex 67 82 5C 15 0 1D 31 67 11 2C
Octal 147 202 134 25 0 35 61 147 21 54
Binary 1100111 10000010 1011100 10101 0 11101 110001 1100111 10001 101100

Color Harmonies of #67825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67825C

Black with #67825C

Text Example


Text Example

White with #67825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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