Html Css Color HEX #6F614B Soya Bean

📋 copy color: '#6F614B'

red 111 ◦ green 97 ◦ blue 75

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

Shades of Soya Bean #6F614B

Tints of Soya Bean #6F614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 39.22%
G = 34.28%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F614B (or 0x6F614B) is known color: Soya Bean. HEX triplet: 6F, 61 and 4B. RGB value is (111,97,75). Sum of RGB (Red+Green+Blue) = 111+97+75=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F614B is #909EB4. Grayscale: #626262. Windows color (decimal): -9477813 or 4940143. OLE color: 4940143.

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

Color convert

RGB 111 97 75 -
CMYK 0 0.13 0.32 0.56
HSL 36.67º 0.19% 0.36% -
HSV(B) 36.67º 0.32% 0.44% -
XYZ 12.1 12.44 8.42 -
YUV 98.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 111 97 75 0 0.13 0.32 0.56 36.67 0.19 0.36
Hex 6F 61 4B 0 D 20 38 25 13 24
Octal 157 141 113 0 15 40 70 45 23 44
Binary 1101111 1100001 1001011 0 1101 100000 111000 100101 10011 100100

Color Harmonies of #6F614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F614B

Black with #6F614B

Text Example


Text Example

White with #6F614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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