#67555B

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

Shades of Scorpion #67555B

Tints of Scorpion #67555B

Color information

#67555B (or 0x67555B) is unknown color: approx Scorpion. HEX triplet: 67, 55 and 5B. RGB value is (103,85,91). Sum of RGB (Red+Green+Blue) = 103+85+91=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #67555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67555B is #98AAA4. Grayscale: #5B5B5B. Windows color (decimal): -10005157 or 5985639. OLE color: 5985639.

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

Color convert

RGB1038591-
CMYK00.170.120.60
HSL340º9.57%36.86%-
HSV(B)340º17.48%40.39%-
XYZ10.7310.1411.29-
YUV91.07127.96136.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.92%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=36.92%
G=30.47%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103859100.170.120.603409.5736.86
Hex67555B011C3C154a25
Octal14712513302114745241245
Binary11001111010101101101101000111001111001010101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67555B; }

 p { color: rgb(103,85,91); }

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

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

 a { background-color: rgb(103,85,91); }

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

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

 span { border-color: rgb(103,85,91); }

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