#69614B

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

Shades of Soya Bean #69614B

Tints of Soya Bean #69614B

Color information

#69614B (or 0x69614B) is unknown color: approx Soya Bean. HEX triplet: 69, 61 and 4B. RGB value is (105,97,75). Sum of RGB (Red+Green+Blue) = 105+97+75=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #69614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69614B is #969EB4. Grayscale: #606060. Windows color (decimal): -9871029 or 4940137. OLE color: 4940137.

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

Color convert

RGB1059775-
CMYK00.080.290.59
HSL44º16.67%35.29%-
HSV(B)44º28.57%41.18%-
XYZ11.3712.068.39-
YUV96.88115.65133.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=37.91%
G=35.02%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105977500.080.290.594416.6735.29
Hex69614B081D3B2c1123
Octal1511411130103573542143
Binary110100111000011001011010001110111101110110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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