Html Css Color HEX #6F624B Soya Bean

📋 copy color: '#6F624B'

red 111 ◦ green 98 ◦ blue 75

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

Shades of Soya Bean #6F624B

Tints of Soya Bean #6F624B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

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

R = 39.08%
G = 34.51%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F624B (or 0x6F624B) is known color: Soya Bean. HEX triplet: 6F, 62 and 4B. RGB value is (111,98,75). Sum of RGB (Red+Green+Blue) = 111+98+75=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F624B is #909DB4. Grayscale: #636363. Windows color (decimal): -9477557 or 4940399. OLE color: 4940399.

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

Color convert

RGB 111 98 75 -
CMYK 0 0.12 0.32 0.56
HSL 38.33º 0.19% 0.36% -
HSV(B) 38.33º 0.32% 0.44% -
XYZ 12.19 12.62 8.45 -
YUV 99.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 111 98 75 0 0.12 0.32 0.56 38.33 0.19 0.36
Hex 6F 62 4B 0 C 20 38 26 13 24
Octal 157 142 113 0 14 40 70 46 23 44
Binary 1101111 1100010 1001011 0 1100 100000 111000 100110 10011 100100

Color Harmonies of #6F624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F624B

Black with #6F624B

Text Example


Text Example

White with #6F624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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