Html Css Color HEX #6C5F4A Soya Bean

📋 copy color: '#6C5F4A'

red 108 ◦ green 95 ◦ blue 74

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

Shades of Soya Bean #6C5F4A

Tints of Soya Bean #6C5F4A

RGB

 RED value IS 108 (42.58% from 255) = 38.99%

 GREEN value IS 95 (37.5% from 255) = 34.3%

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

R = 38.99%
G = 34.3%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C5F4A (or 0x6C5F4A) is known color: Soya Bean. HEX triplet: 6C, 5F and 4A. RGB value is (108,95,74). Sum of RGB (Red+Green+Blue) = 108+95+74=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5F4A is #93A0B5. Grayscale: #606060. Windows color (decimal): -9674934 or 4874092. OLE color: 4874092.

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

Color convert

RGB 108 95 74 -
CMYK 0 0.12 0.31 0.58
HSL 37.06º 0.19% 0.36% -
HSV(B) 37.06º 0.31% 0.42% -
XYZ 11.51 11.87 8.16 -
YUV 96.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 108 95 74 0 0.12 0.31 0.58 37.06 0.19 0.36
Hex 6C 5F 4A 0 C 1F 3A 25 13 24
Octal 154 137 112 0 14 37 72 45 23 44
Binary 1101100 1011111 1001010 0 1100 11111 111010 100101 10011 100100

Color Harmonies of #6C5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5F4A

Black with #6C5F4A

Text Example


Text Example

White with #6C5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,95,74); }

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

background-color css

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

 a { background-color: rgb(108,95,74); }

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

border-color css

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

 span { border-color: rgb(108,95,74); }

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