Html Css Color HEX #6F7050 Siam

📋 copy color: '#6F7050'

red 111 ◦ green 112 ◦ blue 80

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

Shades of Siam #6F7050

Tints of Siam #6F7050

RGB

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

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

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

R = 36.63%
G = 36.96%
B = 26.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F7050 (or 0x6F7050) is known color: Siam. HEX triplet: 6F, 70 and 50. RGB value is (111,112,80). Sum of RGB (Red+Green+Blue) = 111+112+80=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7050 is #908FAF. Grayscale: #6C6C6C. Windows color (decimal): -9473968 or 5271663. OLE color: 5271663.

HSL color Cylindrical-coordinate representation of color #6F7050: hue angle of 61.88º 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 #6F7050 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 80 -
CMYK 0.01 0 0.29 0.56
HSL 61.88º 0.17% 0.38% -
HSV(B) 61.88º 0.29% 0.44% -
XYZ 13.8 15.55 9.86 -
YUV 108.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 111 112 80 0.01 0 0.29 0.56 61.88 0.17 0.38
Hex 6F 70 50 1 0 1D 38 3E 11 26
Octal 157 160 120 1 0 35 70 76 21 46
Binary 1101111 1110000 1010000 1 0 11101 111000 111110 10001 100110

Color Harmonies of #6F7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7050

Black with #6F7050

Text Example


Text Example

White with #6F7050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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