Html Css Color HEX #6F624C Soya Bean

📋 copy color: '#6F624C'

red 111 ◦ green 98 ◦ blue 76

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

Shades of Soya Bean #6F624C

Tints of Soya Bean #6F624C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 38.95%
G = 34.39%
B = 26.67%

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

#6F624C (or 0x6F624C) is known color: Soya Bean. HEX triplet: 6F, 62 and 4C. RGB value is (111,98,76). Sum of RGB (Red+Green+Blue) = 111+98+76=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F624C is #909DB3. Grayscale: #636363. Windows color (decimal): -9477556 or 5005935. OLE color: 5005935.

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

Color convert

RGB 111 98 76 -
CMYK 0 0.12 0.32 0.56
HSL 37.71º 0.19% 0.37% -
HSV(B) 37.71º 0.32% 0.44% -
XYZ 12.23 12.64 8.63 -
YUV 99.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 111 98 76 0 0.12 0.32 0.56 37.71 0.19 0.37
Hex 6F 62 4C 0 C 20 38 26 13 25
Octal 157 142 114 0 14 40 70 46 23 45
Binary 1101111 1100010 1001100 0 1100 100000 111000 100110 10011 100101

Color Harmonies of #6F624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F624C

Black with #6F624C

Text Example


Text Example

White with #6F624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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