Html Css Color HEX #6B6348 Soya Bean

📋 copy color: '#6B6348'

red 107 ◦ green 99 ◦ blue 72

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

Shades of Soya Bean #6B6348

Tints of Soya Bean #6B6348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

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

R = 38.49%
G = 35.61%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B6348 (or 0x6B6348) is known color: Soya Bean. HEX triplet: 6B, 63 and 48. RGB value is (107,99,72). Sum of RGB (Red+Green+Blue) = 107+99+72=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6348 is #949CB7. Grayscale: #626262. Windows color (decimal): -9739448 or 4744043. OLE color: 4744043.

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

Color convert

RGB 107 99 72 -
CMYK 0 0.07 0.33 0.58
HSL 46.29º 0.2% 0.35% -
HSV(B) 46.29º 0.33% 0.42% -
XYZ 11.69 12.52 7.93 -
YUV 98.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 107 99 72 0 0.07 0.33 0.58 46.29 0.2 0.35
Hex 6B 63 48 0 7 21 3A 2E 14 23
Octal 153 143 110 0 7 41 72 56 24 43
Binary 1101011 1100011 1001000 0 111 100001 111010 101110 10100 100011

Color Harmonies of #6B6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6348

Black with #6B6348

Text Example


Text Example

White with #6B6348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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