Html Css Color HEX #6F614A Soya Bean

📋 copy color: '#6F614A'

red 111 ◦ green 97 ◦ blue 74

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

Shades of Soya Bean #6F614A

Tints of Soya Bean #6F614A

RGB

 RED value IS 111 (43.75% from 255) = 39.36%

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

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

R = 39.36%
G = 34.4%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F614A (or 0x6F614A) is known color: Soya Bean. HEX triplet: 6F, 61 and 4A. RGB value is (111,97,74). Sum of RGB (Red+Green+Blue) = 111+97+74=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F614A is #909EB5. Grayscale: #626262. Windows color (decimal): -9477814 or 4874607. OLE color: 4874607.

HSL color Cylindrical-coordinate representation of color #6F614A: hue angle of 37.3º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F614A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 97 74 -
CMYK 0 0.13 0.33 0.56
HSL 37.3º 0.2% 0.36% -
HSV(B) 37.3º 0.33% 0.44% -
XYZ 12.07 12.42 8.24 -
YUV 98.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 111 97 74 0 0.13 0.33 0.56 37.3 0.2 0.36
Hex 6F 61 4A 0 D 21 38 25 14 24
Octal 157 141 112 0 15 41 70 45 24 44
Binary 1101111 1100001 1001010 0 1101 100001 111000 100101 10100 100100

Color Harmonies of #6F614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F614A

Black with #6F614A

Text Example


Text Example

White with #6F614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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