#6C604B

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

Shades of Soya Bean #6C604B

Tints of Soya Bean #6C604B

Color information

#6C604B (or 0x6C604B) is unknown color: approx Soya Bean. HEX triplet: 6C, 60 and 4B. RGB value is (108,96,75). Sum of RGB (Red+Green+Blue) = 108+96+75=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C604B is #939FB4. Grayscale: #616161. Windows color (decimal): -9674677 or 4939884. OLE color: 4939884.

HSL color Cylindrical-coordinate representation of color #6C604B: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C604B is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1089675-
CMYK00.110.310.58
HSL38.18º18.03%35.88%-
HSV(B)38.18º30.56%42.35%-
XYZ11.6412.068.37-
YUV97.19115.48135.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=38.71%
G=34.41%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108967500.110.310.5838.1818.0335.88
Hex6C604B0B1F3A261224
Octal1541401130133772462244
Binary110110011000001001011010111111111101010011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C604B; }

 p { color: rgb(108,96,75); }

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

<style>
 a { background-color: #6C604B; }

 a { background-color: rgb(108,96,75); }

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

<style>
 span { border-color: #6C604B; }

 span { border-color: rgb(108,96,75); }

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