Html Css Color HEX #6B634A Soya Bean

📋 copy color: '#6B634A'

red 107 ◦ green 99 ◦ blue 74

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

Shades of Soya Bean #6B634A

Tints of Soya Bean #6B634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 38.21%
G = 35.36%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B634A (or 0x6B634A) is known color: Soya Bean. HEX triplet: 6B, 63 and 4A. RGB value is (107,99,74). Sum of RGB (Red+Green+Blue) = 107+99+74=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B634A is #949CB5. Grayscale: #626262. Windows color (decimal): -9739446 or 4875115. OLE color: 4875115.

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

Color convert

RGB 107 99 74 -
CMYK 0 0.07 0.31 0.58
HSL 45.45º 0.18% 0.35% -
HSV(B) 45.45º 0.31% 0.42% -
XYZ 11.76 12.54 8.28 -
YUV 98.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 107 99 74 0 0.07 0.31 0.58 45.45 0.18 0.35
Hex 6B 63 4A 0 7 1F 3A 2D 12 23
Octal 153 143 112 0 7 37 72 55 22 43
Binary 1101011 1100011 1001010 0 111 11111 111010 101101 10010 100011

Color Harmonies of #6B634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B634A

Black with #6B634A

Text Example


Text Example

White with #6B634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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