Html Css Color HEX #6F644A Soya Bean

📋 copy color: '#6F644A'

red 111 ◦ green 100 ◦ blue 74

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

Shades of Soya Bean #6F644A

Tints of Soya Bean #6F644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 38.95%
G = 35.09%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F644A (or 0x6F644A) is known color: Soya Bean. HEX triplet: 6F, 64 and 4A. RGB value is (111,100,74). Sum of RGB (Red+Green+Blue) = 111+100+74=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F644A is #909BB5. Grayscale: #646464. Windows color (decimal): -9477046 or 4875375. OLE color: 4875375.

HSL color Cylindrical-coordinate representation of color #6F644A: hue angle of 42.16º 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 #6F644A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 74 -
CMYK 0 0.10 0.33 0.56
HSL 42.16º 0.2% 0.36% -
HSV(B) 42.16º 0.33% 0.44% -
XYZ 12.35 12.99 8.33 -
YUV 100.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 111 100 74 0 0.10 0.33 0.56 42.16 0.2 0.36
Hex 6F 64 4A 0 A 21 38 2A 14 24
Octal 157 144 112 0 12 41 70 52 24 44
Binary 1101111 1100100 1001010 0 1010 100001 111000 101010 10100 100100

Color Harmonies of #6F644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F644A

Black with #6F644A

Text Example


Text Example

White with #6F644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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