Html Css Color HEX #6B5E45 Soya Bean

📋 copy color: '#6B5E45'

red 107 ◦ green 94 ◦ blue 69

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

Shades of Soya Bean #6B5E45

Tints of Soya Bean #6B5E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 39.63%
G = 34.81%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B5E45 (or 0x6B5E45) is known color: Soya Bean. HEX triplet: 6B, 5E and 45. RGB value is (107,94,69). Sum of RGB (Red+Green+Blue) = 107+94+69=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5E45 is #94A1BA. Grayscale: #5F5F5F. Windows color (decimal): -9740731 or 4546155. OLE color: 4546155.

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

Color convert

RGB 107 94 69 -
CMYK 0 0.12 0.36 0.58
HSL 39.47º 0.22% 0.35% -
HSV(B) 39.47º 0.36% 0.42% -
XYZ 11.14 11.56 7.27 -
YUV 95.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 107 94 69 0 0.12 0.36 0.58 39.47 0.22 0.35
Hex 6B 5E 45 0 C 24 3A 27 16 23
Octal 153 136 105 0 14 44 72 47 26 43
Binary 1101011 1011110 1000101 0 1100 100100 111010 100111 10110 100011

Color Harmonies of #6B5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E45

Black with #6B5E45

Text Example


Text Example

White with #6B5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,94,69); }

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

background-color css

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

 a { background-color: rgb(107,94,69); }

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

border-color css

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

 span { border-color: rgb(107,94,69); }

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