Html Css Color HEX #6B604C Soya Bean

📋 copy color: '#6B604C'

red 107 ◦ green 96 ◦ blue 76

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

Shades of Soya Bean #6B604C

Tints of Soya Bean #6B604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 38.35%
G = 34.41%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B604C (or 0x6B604C) is known color: Soya Bean. HEX triplet: 6B, 60 and 4C. RGB value is (107,96,76). Sum of RGB (Red+Green+Blue) = 107+96+76=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B604C is #949FB3. Grayscale: #616161. Windows color (decimal): -9740212 or 5005419. OLE color: 5005419.

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

Color convert

RGB 107 96 76 -
CMYK 0 0.10 0.29 0.58
HSL 38.71º 0.17% 0.36% -
HSV(B) 38.71º 0.29% 0.42% -
XYZ 11.55 12.01 8.55 -
YUV 97.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 107 96 76 0 0.10 0.29 0.58 38.71 0.17 0.36
Hex 6B 60 4C 0 A 1D 3A 27 11 24
Octal 153 140 114 0 12 35 72 47 21 44
Binary 1101011 1100000 1001100 0 1010 11101 111010 100111 10001 100100

Color Harmonies of #6B604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B604C

Black with #6B604C

Text Example


Text Example

White with #6B604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,96,76); }

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

background-color css

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

 a { background-color: rgb(107,96,76); }

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

border-color css

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

 span { border-color: rgb(107,96,76); }

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