#6F644A

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

Shades of Soya Bean #6F644A

Tints of Soya Bean #6F644A

Color information

#6F644A (or 0x6F644A) is unknown color: approx Soya Bean. HEX triplet: 6F, 64 and 4A. RGB value is (111,100,74). Sum of RGB (Red+Green+Blue) = 111+100+74=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F644A is #909BB5. Grayscale: #646464. Windows color (decimal): -9477046 or 4875375. OLE color: 4875375.

HSL color Cylindrical-coordinate representation of color #6F644A: hue angle of 42.16º 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 #6F644A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB11110074-
CMYK00.100.330.56
HSL42.16º20%36.27%-
HSV(B)42.16º33.33%43.53%-
XYZ12.3512.998.33-
YUV100.32113.14135.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=38.95%
G=35.09%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111007400.100.330.5642.162036.27
Hex6F644A0A21382a1424
Octal1571441120124170522444
Binary1101111110010010010100101010000111100010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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