Html Css Color HEX #6D6248 Soya Bean

📋 copy color: '#6D6248'

red 109 ◦ green 98 ◦ blue 72

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

Shades of Soya Bean #6D6248

Tints of Soya Bean #6D6248

RGB

 RED value IS 109 (42.97% from 255) = 39.07%

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

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

R = 39.07%
G = 35.13%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D6248 (or 0x6D6248) is known color: Soya Bean. HEX triplet: 6D, 62 and 48. RGB value is (109,98,72). Sum of RGB (Red+Green+Blue) = 109+98+72=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6248 is #929DB7. Grayscale: #626262. Windows color (decimal): -9608632 or 4743789. OLE color: 4743789.

HSL color Cylindrical-coordinate representation of color #6D6248: hue angle of 42.16º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6248 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 98 72 -
CMYK 0 0.10 0.34 0.57
HSL 42.16º 0.2% 0.35% -
HSV(B) 42.16º 0.34% 0.43% -
XYZ 11.84 12.45 7.91 -
YUV 98.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 109 98 72 0 0.10 0.34 0.57 42.16 0.2 0.35
Hex 6D 62 48 0 A 22 39 2A 14 23
Octal 155 142 110 0 12 42 71 52 24 43
Binary 1101101 1100010 1001000 0 1010 100010 111001 101010 10100 100011

Color Harmonies of #6D6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6248

Black with #6D6248

Text Example


Text Example

White with #6D6248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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