Html Css Color HEX #6C634A Soya Bean

📋 copy color: '#6C634A'

red 108 ◦ green 99 ◦ blue 74

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

Shades of Soya Bean #6C634A

Tints of Soya Bean #6C634A

RGB

 RED value IS 108 (42.58% from 255) = 38.43%

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

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

R = 38.43%
G = 35.23%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C634A (or 0x6C634A) is known color: Soya Bean. HEX triplet: 6C, 63 and 4A. RGB value is (108,99,74). Sum of RGB (Red+Green+Blue) = 108+99+74=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C634A is #939CB5. Grayscale: #626262. Windows color (decimal): -9673910 or 4875116. OLE color: 4875116.

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

Color convert

RGB 108 99 74 -
CMYK 0 0.08 0.31 0.58
HSL 44.12º 0.19% 0.36% -
HSV(B) 44.12º 0.31% 0.42% -
XYZ 11.88 12.61 8.29 -
YUV 98.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 108 99 74 0 0.08 0.31 0.58 44.12 0.19 0.36
Hex 6C 63 4A 0 8 1F 3A 2C 13 24
Octal 154 143 112 0 10 37 72 54 23 44
Binary 1101100 1100011 1001010 0 1000 11111 111010 101100 10011 100100

Color Harmonies of #6C634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C634A

Black with #6C634A

Text Example


Text Example

White with #6C634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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