#69614C

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

Shades of Soya Bean #69614C

Tints of Soya Bean #69614C

Color information

#69614C (or 0x69614C) is unknown color: approx Soya Bean. HEX triplet: 69, 61 and 4C. RGB value is (105,97,76). Sum of RGB (Red+Green+Blue) = 105+97+76=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #69614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69614C is #969EB3. Grayscale: #616161. Windows color (decimal): -9871028 or 5005673. OLE color: 5005673.

HSL color Cylindrical-coordinate representation of color #69614C: hue angle of 43.45º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69614C is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1059776-
CMYK00.080.280.59
HSL43.45º16.02%35.49%-
HSV(B)43.45º27.62%41.18%-
XYZ11.412.078.57-
YUV97116.15133.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=37.77%
G=34.89%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105977600.080.280.5943.4516.0235.49
Hex69614C081C3B2b1023
Octal1511411140103473532043
Binary110100111000011001100010001110011101110101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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