#67614C

Color #67614C Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #67614C

Tints of Soya Bean #67614C

Color information

#67614C (or 0x67614C) is unknown color: approx Soya Bean. HEX triplet: 67, 61 and 4C. RGB value is (103,97,76). Sum of RGB (Red+Green+Blue) = 103+97+76=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #67614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67614C is #989EB3. Grayscale: #606060. Windows color (decimal): -10002100 or 5005671. OLE color: 5005671.

HSL color Cylindrical-coordinate representation of color #67614C: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67614C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1039776-
CMYK00.060.260.60
HSL46.67º15.08%35.1%-
HSV(B)46.67º26.21%40.39%-
XYZ11.1711.958.56-
YUV96.4116.49132.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=37.32%
G=35.14%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103977600.060.260.6046.6715.0835.1
Hex67614C061A3C2ff23
Octal147141114063274571743
Binary1100111110000110011000110110101111001011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67614C; }

 p { color: rgb(103,97,76); }

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

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

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

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

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

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

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