Html Css Color HEX #6F604A Soya Bean

📋 copy color: '#6F604A'

red 111 ◦ green 96 ◦ blue 74

#6F604A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #6F604A

Tints of Soya Bean #6F604A

RGB

 RED value IS 111 (43.75% from 255) = 39.5%

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 39.5%
G = 34.16%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F604A (or 0x6F604A) is known color: Soya Bean. HEX triplet: 6F, 60 and 4A. RGB value is (111,96,74). Sum of RGB (Red+Green+Blue) = 111+96+74=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F604A is #909FB5. Grayscale: #626262. Windows color (decimal): -9478070 or 4874351. OLE color: 4874351.

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

Color convert

RGB 111 96 74 -
CMYK 0 0.14 0.33 0.56
HSL 35.68º 0.2% 0.36% -
HSV(B) 35.68º 0.33% 0.44% -
XYZ 11.97 12.24 8.21 -
YUV 97.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 111 96 74 0 0.14 0.33 0.56 35.68 0.2 0.36
Hex 6F 60 4A 0 E 21 38 24 14 24
Octal 157 140 112 0 16 41 70 44 24 44
Binary 1101111 1100000 1001010 0 1110 100001 111000 100100 10100 100100

Color Harmonies of #6F604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F604A

Black with #6F604A

Text Example


Text Example

White with #6F604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F604A;
 }
 .AnyTagClassName
 {
   color: #6F604A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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