Html Css Color HEX #6B624B Soya Bean

📋 copy color: '#6B624B'

red 107 ◦ green 98 ◦ blue 75

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

Shades of Soya Bean #6B624B

Tints of Soya Bean #6B624B

RGB

 RED value IS 107 (42.19% from 255) = 38.21%

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

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

R = 38.21%
G = 35%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B624B (or 0x6B624B) is known color: Soya Bean. HEX triplet: 6B, 62 and 4B. RGB value is (107,98,75). Sum of RGB (Red+Green+Blue) = 107+98+75=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B624B is #949DB4. Grayscale: #626262. Windows color (decimal): -9739701 or 4940395. OLE color: 4940395.

HSL color Cylindrical-coordinate representation of color #6B624B: hue angle of 43.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B624B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 98 75 -
CMYK 0 0.08 0.30 0.58
HSL 43.13º 0.18% 0.36% -
HSV(B) 43.13º 0.3% 0.42% -
XYZ 11.7 12.37 8.43 -
YUV 98.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 107 98 75 0 0.08 0.30 0.58 43.13 0.18 0.36
Hex 6B 62 4B 0 8 1E 3A 2B 12 24
Octal 153 142 113 0 10 36 72 53 22 44
Binary 1101011 1100010 1001011 0 1000 11110 111010 101011 10010 100100

Color Harmonies of #6B624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B624B

Black with #6B624B

Text Example


Text Example

White with #6B624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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