#696348

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

Shades of Crocodile #696348

Tints of Crocodile #696348

Color information

#696348 (or 0x696348) is unknown color: approx Crocodile. HEX triplet: 69, 63 and 48. RGB value is (105,99,72). Sum of RGB (Red+Green+Blue) = 105+99+72=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #696348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696348 is #969CB7. Grayscale: #616161. Windows color (decimal): -9870520 or 4744041. OLE color: 4744041.

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

Color convert

RGB1059972-
CMYK00.060.310.59
HSL49.09º18.64%34.71%-
HSV(B)49.09º31.43%41.18%-
XYZ11.4612.397.92-
YUV97.72113.49133.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=38.04%
G=35.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105997200.060.310.5949.0918.6434.71
Hex696348061F3B311323
Octal151143110063773612343
Binary11010011100011100100001101111111101111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696348; }

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

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

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

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

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

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

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

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