#6A6349

Color #6A6349 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #6A6349

Tints of Crocodile #6A6349

Color information

#6A6349 (or 0x6A6349) is unknown color: approx Crocodile. HEX triplet: 6A, 63 and 49. RGB value is (106,99,73). Sum of RGB (Red+Green+Blue) = 106+99+73=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6349 is #959CB6. Grayscale: #626262. Windows color (decimal): -9804983 or 4809578. OLE color: 4809578.

HSL color Cylindrical-coordinate representation of color #6A6349: hue angle of 47.27º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A6349 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1069973-
CMYK00.070.310.58
HSL47.27º18.44%35.1%-
HSV(B)47.27º31.13%41.57%-
XYZ11.6112.478.1-
YUV98.13113.82133.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=38.13%
G=35.61%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106997300.070.310.5847.2718.4435.1
Hex6A6349071F3A2f1223
Octal152143111073772572243
Binary11010101100011100100101111111111101010111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6349; }

 p { color: rgb(106,99,73); }

 H1.HeaderClassName
 {
   color: #6A6349;
 }
 .AnyTagClassName
 {
   color: #6A6349;
 }
</style>
background-color css

<style>
 a { background-color: #6A6349; }

 a { background-color: rgb(106,99,73); }

 div.DivClassName
 {
   background-color: #6A6349;
 }
 .BgClassName
 {
   background-color: #6A6349;
 }
</style>
border-color css

<style>
 span { border-color: #6A6349; }

 span { border-color: rgb(106,99,73); }

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