#676350

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

Shades of Crocodile #676350

Tints of Crocodile #676350

Color information

#676350 (or 0x676350) is unknown color: approx Crocodile. HEX triplet: 67, 63 and 50. RGB value is (103,99,80). Sum of RGB (Red+Green+Blue) = 103+99+80=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #676350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676350 is #989CAF. Grayscale: #626262. Windows color (decimal): -10001584 or 5268327. OLE color: 5268327.

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

Color convert

RGB1039980-
CMYK00.040.220.60
HSL49.57º12.57%35.88%-
HSV(B)49.57º22.33%40.39%-
XYZ11.512.399.37-
YUV98.03117.83131.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.52%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=36.52%
G=35.11%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103998000.040.220.6049.5712.5735.88
Hex67635004163C32d24
Octal147143120042674621544
Binary1100111110001110100000100101101111001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676350; }

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

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

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

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

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

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

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

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