Html Css Color HEX #6C754F Siam

📋 copy color: '#6C754F'

red 108 ◦ green 117 ◦ blue 79

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

Shades of Siam #6C754F

Tints of Siam #6C754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 35.53%
G = 38.49%
B = 25.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#6C754F (or 0x6C754F) is known color: Siam. HEX triplet: 6C, 75 and 4F. RGB value is (108,117,79). Sum of RGB (Red+Green+Blue) = 108+117+79=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #6C754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C754F is #938AB0. Grayscale: #6E6E6E. Windows color (decimal): -9669297 or 5207404. OLE color: 5207404.

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

Color convert

RGB 108 117 79 -
CMYK 0.08 0 0.32 0.54
HSL 74.21º 0.19% 0.38% -
HSV(B) 74.21º 0.32% 0.46% -
XYZ 13.96 16.48 9.84 -
YUV 109.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 108 117 79 0.08 0 0.32 0.54 74.21 0.19 0.38
Hex 6C 75 4F 8 0 20 36 4A 13 26
Octal 154 165 117 10 0 40 66 112 23 46
Binary 1101100 1110101 1001111 1000 0 100000 110110 1001010 10011 100110

Color Harmonies of #6C754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C754F

Black with #6C754F

Text Example


Text Example

White with #6C754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,79); }

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

background-color css

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

 a { background-color: rgb(108,117,79); }

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

border-color css

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

 span { border-color: rgb(108,117,79); }

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