Html Css Color HEX #6C764F Siam

📋 copy color: '#6C764F'

red 108 ◦ green 118 ◦ blue 79

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

Shades of Siam #6C764F

Tints of Siam #6C764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 35.41%
G = 38.69%
B = 25.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#6C764F (or 0x6C764F) is known color: Siam. HEX triplet: 6C, 76 and 4F. RGB value is (108,118,79). Sum of RGB (Red+Green+Blue) = 108+118+79=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #6C764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C764F is #9389B0. Grayscale: #6E6E6E. Windows color (decimal): -9669041 or 5207660. OLE color: 5207660.

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

Color convert

RGB 108 118 79 -
CMYK 0.08 0 0.33 0.54
HSL 75.38º 0.2% 0.39% -
HSV(B) 75.38º 0.33% 0.46% -
XYZ 14.07 16.71 9.88 -
YUV 110.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 108 118 79 0.08 0 0.33 0.54 75.38 0.2 0.39
Hex 6C 76 4F 8 0 21 36 4B 14 27
Octal 154 166 117 10 0 41 66 113 24 47
Binary 1101100 1110110 1001111 1000 0 100001 110110 1001011 10100 100111

Color Harmonies of #6C764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C764F

Black with #6C764F

Text Example


Text Example

White with #6C764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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