Html Css Color HEX #68614E Soya Bean

📋 copy color: '#68614E'

red 104 ◦ green 97 ◦ blue 78

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

Shades of Soya Bean #68614E

Tints of Soya Bean #68614E

RGB

 RED value IS 104 (41.02% from 255) = 37.28%

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

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 37.28%
G = 34.77%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68614E (or 0x68614E) is known color: Soya Bean. HEX triplet: 68, 61 and 4E. RGB value is (104,97,78). Sum of RGB (Red+Green+Blue) = 104+97+78=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68614E is #979EB1. Grayscale: #616161. Windows color (decimal): -9936562 or 5136744. OLE color: 5136744.

HSL color Cylindrical-coordinate representation of color #68614E: hue angle of 43.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68614E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 78 -
CMYK 0 0.07 0.25 0.59
HSL 43.85º 0.14% 0.36% -
HSV(B) 43.85º 0.25% 0.41% -
XYZ 11.36 12.04 8.93 -
YUV 96.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 104 97 78 0 0.07 0.25 0.59 43.85 0.14 0.36
Hex 68 61 4E 0 7 19 3B 2C E 24
Octal 150 141 116 0 7 31 73 54 16 44
Binary 1101000 1100001 1001110 0 111 11001 111011 101100 1110 100100

Color Harmonies of #68614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68614E

Black with #68614E

Text Example


Text Example

White with #68614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68614E; }

 p { color: rgb(104,97,78); }

 H1.HeaderClassName
 {
   color: #68614E;
 }
 .AnyTagClassName
 {
   color: #68614E;
 }
</style>

background-color css

<style>
 a { background-color: #68614E; }

 a { background-color: rgb(104,97,78); }

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

border-color css

<style>
 span { border-color: #68614E; }

 span { border-color: rgb(104,97,78); }

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