Html Css Color HEX #6C614B Soya Bean

📋 copy color: '#6C614B'

red 108 ◦ green 97 ◦ blue 75

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

Shades of Soya Bean #6C614B

Tints of Soya Bean #6C614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 38.57%
G = 34.64%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C614B (or 0x6C614B) is known color: Soya Bean. HEX triplet: 6C, 61 and 4B. RGB value is (108,97,75). Sum of RGB (Red+Green+Blue) = 108+97+75=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C614B is #939EB4. Grayscale: #616161. Windows color (decimal): -9674421 or 4940140. OLE color: 4940140.

HSL color Cylindrical-coordinate representation of color #6C614B: hue angle of 40º degrees, saturation: 0.18, 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 #6C614B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 97 75 -
CMYK 0 0.10 0.31 0.58
HSL 40º 0.18% 0.36% -
HSV(B) 40º 0.31% 0.42% -
XYZ 11.73 12.25 8.4 -
YUV 97.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 108 97 75 0 0.10 0.31 0.58 40 0.18 0.36
Hex 6C 61 4B 0 A 1F 3A 28 12 24
Octal 154 141 113 0 12 37 72 50 22 44
Binary 1101100 1100001 1001011 0 1010 11111 111010 101000 10010 100100

Color Harmonies of #6C614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C614B

Black with #6C614B

Text Example


Text Example

White with #6C614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,97,75); }

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

background-color css

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

 a { background-color: rgb(108,97,75); }

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

border-color css

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

 span { border-color: rgb(108,97,75); }

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