Html Css Color HEX #68614C Soya Bean

📋 copy color: '#68614C'

red 104 ◦ green 97 ◦ blue 76

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

Shades of Soya Bean #68614C

Tints of Soya Bean #68614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 37.55%
G = 35.02%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68614C (or 0x68614C) is known color: Soya Bean. HEX triplet: 68, 61 and 4C. RGB value is (104,97,76). Sum of RGB (Red+Green+Blue) = 104+97+76=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68614C is #979EB3. Grayscale: #606060. Windows color (decimal): -9936564 or 5005672. OLE color: 5005672.

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

Color convert

RGB 104 97 76 -
CMYK 0 0.07 0.27 0.59
HSL 45º 0.16% 0.35% -
HSV(B) 45º 0.27% 0.41% -
XYZ 11.29 12.01 8.56 -
YUV 96.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 104 97 76 0 0.07 0.27 0.59 45 0.16 0.35
Hex 68 61 4C 0 7 1B 3B 2D 10 23
Octal 150 141 114 0 7 33 73 55 20 43
Binary 1101000 1100001 1001100 0 111 11011 111011 101101 10000 100011

Color Harmonies of #68614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68614C

Black with #68614C

Text Example


Text Example

White with #68614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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