Html Css Color HEX #6F754E Siam

📋 copy color: '#6F754E'

red 111 ◦ green 117 ◦ blue 78

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

Shades of Siam #6F754E

Tints of Siam #6F754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 36.27%
G = 38.24%
B = 25.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#6F754E (or 0x6F754E) is known color: Siam. HEX triplet: 6F, 75 and 4E. RGB value is (111,117,78). Sum of RGB (Red+Green+Blue) = 111+117+78=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #6F754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F754E is #908AB1. Grayscale: #6E6E6E. Windows color (decimal): -9472690 or 5141871. OLE color: 5141871.

HSL color Cylindrical-coordinate representation of color #6F754E: hue angle of 69.23º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F754E is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 117 78 -
CMYK 0.05 0 0.33 0.54
HSL 69.23º 0.2% 0.38% -
HSV(B) 69.23º 0.33% 0.46% -
XYZ 14.29 16.65 9.67 -
YUV 110.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 111 117 78 0.05 0 0.33 0.54 69.23 0.2 0.38
Hex 6F 75 4E 5 0 21 36 45 14 26
Octal 157 165 116 5 0 41 66 105 24 46
Binary 1101111 1110101 1001110 101 0 100001 110110 1000101 10100 100110

Color Harmonies of #6F754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F754E

Black with #6F754E

Text Example


Text Example

White with #6F754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,78); }

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

background-color css

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

 a { background-color: rgb(111,117,78); }

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

border-color css

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

 span { border-color: rgb(111,117,78); }

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