Html Css Color HEX #6F6248 Soya Bean

📋 copy color: '#6F6248'

red 111 ◦ green 98 ◦ blue 72

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

Shades of Soya Bean #6F6248

Tints of Soya Bean #6F6248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 39.5%
G = 34.88%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F6248 (or 0x6F6248) is known color: Soya Bean. HEX triplet: 6F, 62 and 48. RGB value is (111,98,72). Sum of RGB (Red+Green+Blue) = 111+98+72=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6248 is #909DB7. Grayscale: #636363. Windows color (decimal): -9477560 or 4743791. OLE color: 4743791.

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

Color convert

RGB 111 98 72 -
CMYK 0 0.12 0.35 0.56
HSL 40º 0.21% 0.36% -
HSV(B) 40º 0.35% 0.44% -
XYZ 12.09 12.58 7.92 -
YUV 98.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 111 98 72 0 0.12 0.35 0.56 40 0.21 0.36
Hex 6F 62 48 0 C 23 38 28 15 24
Octal 157 142 110 0 14 43 70 50 25 44
Binary 1101111 1100010 1001000 0 1100 100011 111000 101000 10101 100100

Color Harmonies of #6F6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6248

Black with #6F6248

Text Example


Text Example

White with #6F6248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,72); }

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

background-color css

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

 a { background-color: rgb(111,98,72); }

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

border-color css

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

 span { border-color: rgb(111,98,72); }

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