Html Css Color HEX #6C614D Soya Bean

📋 copy color: '#6C614D'

red 108 ◦ green 97 ◦ blue 77

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

Shades of Soya Bean #6C614D

Tints of Soya Bean #6C614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 38.3%
G = 34.4%
B = 27.3%

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

#6C614D (or 0x6C614D) is known color: Soya Bean. HEX triplet: 6C, 61 and 4D. RGB value is (108,97,77). Sum of RGB (Red+Green+Blue) = 108+97+77=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C614D is #939EB2. Grayscale: #626262. Windows color (decimal): -9674419 or 5071212. OLE color: 5071212.

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

Color convert

RGB 108 97 77 -
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.8 12.27 8.77 -
YUV 98.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 108 97 77 0 0.10 0.29 0.58 38.71 0.17 0.36
Hex 6C 61 4D 0 A 1D 3A 27 11 24
Octal 154 141 115 0 12 35 72 47 21 44
Binary 1101100 1100001 1001101 0 1010 11101 111010 100111 10001 100100

Color Harmonies of #6C614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C614D

Black with #6C614D

Text Example


Text Example

White with #6C614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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