Html Css Color HEX #6B614A Soya Bean

📋 copy color: '#6B614A'

red 107 ◦ green 97 ◦ blue 74

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

Shades of Soya Bean #6B614A

Tints of Soya Bean #6B614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 38.49%
G = 34.89%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B614A (or 0x6B614A) is known color: Soya Bean. HEX triplet: 6B, 61 and 4A. RGB value is (107,97,74). Sum of RGB (Red+Green+Blue) = 107+97+74=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B614A is #949EB5. Grayscale: #616161. Windows color (decimal): -9739958 or 4874603. OLE color: 4874603.

HSL color Cylindrical-coordinate representation of color #6B614A: hue angle of 41.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B614A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 97 74 -
CMYK 0 0.09 0.31 0.58
HSL 41.82º 0.18% 0.35% -
HSV(B) 41.82º 0.31% 0.42% -
XYZ 11.57 12.17 8.22 -
YUV 97.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 107 97 74 0 0.09 0.31 0.58 41.82 0.18 0.35
Hex 6B 61 4A 0 9 1F 3A 2A 12 23
Octal 153 141 112 0 11 37 72 52 22 43
Binary 1101011 1100001 1001010 0 1001 11111 111010 101010 10010 100011

Color Harmonies of #6B614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B614A

Black with #6B614A

Text Example


Text Example

White with #6B614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,74); }

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

background-color css

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

 a { background-color: rgb(107,97,74); }

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

border-color css

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

 span { border-color: rgb(107,97,74); }

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