Html Css Color HEX #6F654B Soya Bean

📋 copy color: '#6F654B'

red 111 ◦ green 101 ◦ blue 75

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

Shades of Soya Bean #6F654B

Tints of Soya Bean #6F654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 38.68%
G = 35.19%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F654B (or 0x6F654B) is known color: Soya Bean. HEX triplet: 6F, 65 and 4B. RGB value is (111,101,75). Sum of RGB (Red+Green+Blue) = 111+101+75=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F654B is #909AB4. Grayscale: #656565. Windows color (decimal): -9476789 or 4941167. OLE color: 4941167.

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

Color convert

RGB 111 101 75 -
CMYK 0 0.09 0.32 0.56
HSL 43.33º 0.19% 0.36% -
HSV(B) 43.33º 0.32% 0.44% -
XYZ 12.48 13.19 8.55 -
YUV 101.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 111 101 75 0 0.09 0.32 0.56 43.33 0.19 0.36
Hex 6F 65 4B 0 9 20 38 2B 13 24
Octal 157 145 113 0 11 40 70 53 23 44
Binary 1101111 1100101 1001011 0 1001 100000 111000 101011 10011 100100

Color Harmonies of #6F654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F654B

Black with #6F654B

Text Example


Text Example

White with #6F654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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