Html Css Color HEX #6B6148 Soya Bean

📋 copy color: '#6B6148'

red 107 ◦ green 97 ◦ blue 72

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

Shades of Soya Bean #6B6148

Tints of Soya Bean #6B6148

RGB

 RED value IS 107 (42.19% from 255) = 38.77%

 GREEN value IS 97 (38.28% from 255) = 35.14%

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

R = 38.77%
G = 35.14%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B6148 (or 0x6B6148) is known color: Soya Bean. HEX triplet: 6B, 61 and 48. RGB value is (107,97,72). Sum of RGB (Red+Green+Blue) = 107+97+72=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6148 is #949EB7. Grayscale: #616161. Windows color (decimal): -9739960 or 4743531. OLE color: 4743531.

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

Color convert

RGB 107 97 72 -
CMYK 0 0.09 0.33 0.58
HSL 42.86º 0.2% 0.35% -
HSV(B) 42.86º 0.33% 0.42% -
XYZ 11.51 12.14 7.87 -
YUV 97.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 107 97 72 0 0.09 0.33 0.58 42.86 0.2 0.35
Hex 6B 61 48 0 9 21 3A 2B 14 23
Octal 153 141 110 0 11 41 72 53 24 43
Binary 1101011 1100001 1001000 0 1001 100001 111010 101011 10100 100011

Color Harmonies of #6B6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6148

Black with #6B6148

Text Example


Text Example

White with #6B6148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,72); }

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

background-color css

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

 a { background-color: rgb(107,97,72); }

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

border-color css

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

 span { border-color: rgb(107,97,72); }

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