Html Css Color HEX #6C614A Soya Bean

📋 copy color: '#6C614A'

red 108 ◦ green 97 ◦ blue 74

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

Shades of Soya Bean #6C614A

Tints of Soya Bean #6C614A

RGB

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

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

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

R = 38.71%
G = 34.77%
B = 26.52%

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

#6C614A (or 0x6C614A) is known color: Soya Bean. HEX triplet: 6C, 61 and 4A. RGB value is (108,97,74). Sum of RGB (Red+Green+Blue) = 108+97+74=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C614A is #939EB5. Grayscale: #616161. Windows color (decimal): -9674422 or 4874604. OLE color: 4874604.

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

Color convert

RGB 108 97 74 -
CMYK 0 0.10 0.31 0.58
HSL 40.59º 0.19% 0.36% -
HSV(B) 40.59º 0.31% 0.42% -
XYZ 11.7 12.23 8.22 -
YUV 97.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 108 97 74 0 0.10 0.31 0.58 40.59 0.19 0.36
Hex 6C 61 4A 0 A 1F 3A 29 13 24
Octal 154 141 112 0 12 37 72 51 23 44
Binary 1101100 1100001 1001010 0 1010 11111 111010 101001 10011 100100

Color Harmonies of #6C614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C614A

Black with #6C614A

Text Example


Text Example

White with #6C614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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