#5E675E

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

Shades of Cactus #5E675E

Tints of Cactus #5E675E

Color information

#5E675E (or 0x5E675E) is unknown color: approx Cactus. HEX triplet: 5E, 67 and 5E. RGB value is (94,103,94). Sum of RGB (Red+Green+Blue) = 94+103+94=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 103 - color contains mainly: green. Hex color #5E675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E675E is #A198A1. Grayscale: #636363. Windows color (decimal): -10590370 or 6186846. OLE color: 6186846.

HSL color Cylindrical-coordinate representation of color #5E675E: hue angle of 120º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E675E is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB9410394-
CMYK0.0900.090.60
HSL120º4.57%38.63%-
HSV(B)120º8.74%40.39%-
XYZ11.4912.8912.47-
YUV99.28125.02124.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.30%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=32.30%
G=35.40%
B=32.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94103940.0900.090.601204.5738.63
Hex5E675E9093C78527
Octal1361471361101174170547
Binary1011110110011110111101001010011111001111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E675E; }

 p { color: rgb(94,103,94); }

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

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

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

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

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

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

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