Html Css Color HEX #6B7050 Siam

📋 copy color: '#6B7050'

red 107 ◦ green 112 ◦ blue 80

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

Shades of Siam #6B7050

Tints of Siam #6B7050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 80 (31.64% from 255) = 26.76%

R = 35.79%
G = 37.46%
B = 26.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6B7050 (or 0x6B7050) is known color: Siam. HEX triplet: 6B, 70 and 50. RGB value is (107,112,80). Sum of RGB (Red+Green+Blue) = 107+112+80=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7050 is #948FAF. Grayscale: #6A6A6A. Windows color (decimal): -9736112 or 5271659. OLE color: 5271659.

HSL color Cylindrical-coordinate representation of color #6B7050: hue angle of 69.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7050 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 112 80 -
CMYK 0.04 0 0.29 0.56
HSL 69.38º 0.17% 0.38% -
HSV(B) 69.38º 0.29% 0.44% -
XYZ 13.31 15.29 9.84 -
YUV 106.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 107 112 80 0.04 0 0.29 0.56 69.38 0.17 0.38
Hex 6B 70 50 4 0 1D 38 45 11 26
Octal 153 160 120 4 0 35 70 105 21 46
Binary 1101011 1110000 1010000 100 0 11101 111000 1000101 10001 100110

Color Harmonies of #6B7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7050

Black with #6B7050

Text Example


Text Example

White with #6B7050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,112,80); }

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

background-color css

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

 a { background-color: rgb(107,112,80); }

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

border-color css

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

 span { border-color: rgb(107,112,80); }

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