Html Css Color HEX #6F7055 Siam

📋 copy color: '#6F7055'

red 111 ◦ green 112 ◦ blue 85

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

Shades of Siam #6F7055

Tints of Siam #6F7055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 36.04%
G = 36.36%
B = 27.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F7055 (or 0x6F7055) is known color: Siam. HEX triplet: 6F, 70 and 55. RGB value is (111,112,85). Sum of RGB (Red+Green+Blue) = 111+112+85=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7055 is #908FAA. Grayscale: #6C6C6C. Windows color (decimal): -9473963 or 5599343. OLE color: 5599343.

HSL color Cylindrical-coordinate representation of color #6F7055: hue angle of 62.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7055 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 85 -
CMYK 0.01 0 0.24 0.56
HSL 62.22º 0.14% 0.39% -
HSV(B) 62.22º 0.24% 0.44% -
XYZ 13.99 15.62 10.87 -
YUV 108.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 111 112 85 0.01 0 0.24 0.56 62.22 0.14 0.39
Hex 6F 70 55 1 0 18 38 3E E 27
Octal 157 160 125 1 0 30 70 76 16 47
Binary 1101111 1110000 1010101 1 0 11000 111000 111110 1110 100111

Color Harmonies of #6F7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7055

Black with #6F7055

Text Example


Text Example

White with #6F7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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