Html Css Color HEX #6F634D Soya Bean

📋 copy color: '#6F634D'

red 111 ◦ green 99 ◦ blue 77

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

Shades of Soya Bean #6F634D

Tints of Soya Bean #6F634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 38.68%
G = 34.49%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F634D (or 0x6F634D) is known color: Soya Bean. HEX triplet: 6F, 63 and 4D. RGB value is (111,99,77). Sum of RGB (Red+Green+Blue) = 111+99+77=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F634D is #909CB2. Grayscale: #646464. Windows color (decimal): -9477299 or 5071727. OLE color: 5071727.

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

Color convert

RGB 111 99 77 -
CMYK 0 0.11 0.31 0.56
HSL 38.82º 0.18% 0.37% -
HSV(B) 38.82º 0.31% 0.44% -
XYZ 12.36 12.84 8.85 -
YUV 100.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 111 99 77 0 0.11 0.31 0.56 38.82 0.18 0.37
Hex 6F 63 4D 0 B 1F 38 27 12 25
Octal 157 143 115 0 13 37 70 47 22 45
Binary 1101111 1100011 1001101 0 1011 11111 111000 100111 10010 100101

Color Harmonies of #6F634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F634D

Black with #6F634D

Text Example


Text Example

White with #6F634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,99,77); }

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

background-color css

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

 a { background-color: rgb(111,99,77); }

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

border-color css

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

 span { border-color: rgb(111,99,77); }

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