Html Css Color HEX #68614A Soya Bean

📋 copy color: '#68614A'

red 104 ◦ green 97 ◦ blue 74

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

Shades of Soya Bean #68614A

Tints of Soya Bean #68614A

RGB

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

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

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

R = 37.82%
G = 35.27%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68614A (or 0x68614A) is known color: Soya Bean. HEX triplet: 68, 61 and 4A. RGB value is (104,97,74). Sum of RGB (Red+Green+Blue) = 104+97+74=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #68614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68614A is #979EB5. Grayscale: #606060. Windows color (decimal): -9936566 or 4874600. OLE color: 4874600.

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

Color convert

RGB 104 97 74 -
CMYK 0 0.07 0.29 0.59
HSL 46º 0.17% 0.35% -
HSV(B) 46º 0.29% 0.41% -
XYZ 11.22 11.99 8.2 -
YUV 96.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 104 97 74 0 0.07 0.29 0.59 46 0.17 0.35
Hex 68 61 4A 0 7 1D 3B 2E 11 23
Octal 150 141 112 0 7 35 73 56 21 43
Binary 1101000 1100001 1001010 0 111 11101 111011 101110 10001 100011

Color Harmonies of #68614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68614A

Black with #68614A

Text Example


Text Example

White with #68614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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