#676354

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

Shades of Crocodile #676354

Tints of Crocodile #676354

Color information

#676354 (or 0x676354) is unknown color: approx Crocodile. HEX triplet: 67, 63 and 54. RGB value is (103,99,84). Sum of RGB (Red+Green+Blue) = 103+99+84=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 103 - color contains mainly: red. Hex color #676354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676354 is #989CAB. Grayscale: #626262. Windows color (decimal): -10001580 or 5530471. OLE color: 5530471.

HSL color Cylindrical-coordinate representation of color #676354: hue angle of 47.37º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #676354 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1039984-
CMYK00.040.180.60
HSL47.37º10.16%36.67%-
HSV(B)47.37º18.45%40.39%-
XYZ11.6612.4510.18-
YUV98.49119.83131.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.01%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=36.01%
G=34.62%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103998400.040.180.6047.3710.1636.67
Hex67635404123C2fa25
Octal147143124042274571245
Binary1100111110001110101000100100101111001011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676354; }

 p { color: rgb(103,99,84); }

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

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

 a { background-color: rgb(103,99,84); }

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

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

 span { border-color: rgb(103,99,84); }

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