#6F654A

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

Shades of Soya Bean #6F654A

Tints of Soya Bean #6F654A

Color information

#6F654A (or 0x6F654A) is unknown color: approx Soya Bean. HEX triplet: 6F, 65 and 4A. RGB value is (111,101,74). Sum of RGB (Red+Green+Blue) = 111+101+74=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F654A is #909AB5. Grayscale: #656565. Windows color (decimal): -9476790 or 4875631. OLE color: 4875631.

HSL color Cylindrical-coordinate representation of color #6F654A: hue angle of 43.78º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F654A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB11110174-
CMYK00.090.330.56
HSL43.78º20%36.27%-
HSV(B)43.78º33.33%43.53%-
XYZ12.4513.188.37-
YUV100.91112.81135.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=38.81%
G=35.31%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111017400.090.330.5643.782036.27
Hex6F654A0921382c1424
Octal1571451120114170542444
Binary1101111110010110010100100110000111100010110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,74); }

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

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

 a { background-color: rgb(111,101,74); }

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

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

 span { border-color: rgb(111,101,74); }

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