#676252

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

Shades of Crocodile #676252

Tints of Crocodile #676252

Color information

#676252 (or 0x676252) is unknown color: approx Crocodile. HEX triplet: 67, 62 and 52. RGB value is (103,98,82). Sum of RGB (Red+Green+Blue) = 103+98+82=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #676252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676252 is #989DAD. Grayscale: #616161. Windows color (decimal): -10001838 or 5399143. OLE color: 5399143.

HSL color Cylindrical-coordinate representation of color #676252: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #676252 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1039882-
CMYK00.050.200.60
HSL45.71º11.35%36.27%-
HSV(B)45.71º20.39%40.39%-
XYZ11.4812.239.74-
YUV97.67119.16131.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=36.40%
G=34.63%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103988200.050.200.6045.7111.3536.27
Hex67625205143C2eb24
Octal147142122052474561344
Binary1100111110001010100100101101001111001011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676252; }

 p { color: rgb(103,98,82); }

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

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

 a { background-color: rgb(103,98,82); }

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

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

 span { border-color: rgb(103,98,82); }

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