#696347

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

Shades of Crocodile #696347

Tints of Crocodile #696347

Color information

#696347 (or 0x696347) is unknown color: approx Crocodile. HEX triplet: 69, 63 and 47. RGB value is (105,99,71). Sum of RGB (Red+Green+Blue) = 105+99+71=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696347 is #969CB8. Grayscale: #616161. Windows color (decimal): -9870521 or 4678505. OLE color: 4678505.

HSL color Cylindrical-coordinate representation of color #696347: hue angle of 49.41º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696347 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1059971-
CMYK00.060.320.59
HSL49.41º19.32%34.51%-
HSV(B)49.41º32.38%41.18%-
XYZ11.4212.387.75-
YUV97.6112.99133.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=38.18%
G=36%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105997100.060.320.5949.4119.3234.51
Hex69634706203B311323
Octal151143107064073612343
Binary110100111000111000111011010000011101111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696347; }

 p { color: rgb(105,99,71); }

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

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

 a { background-color: rgb(105,99,71); }

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

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

 span { border-color: rgb(105,99,71); }

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