Html Css Color HEX #6C6D5B Siam

📋 copy color: '#6C6D5B'

red 108 ◦ green 109 ◦ blue 91

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

Shades of Siam #6C6D5B

Tints of Siam #6C6D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.39%

 BLUE value IS 91 (35.94% from 255) = 29.55%

R = 35.06%
G = 35.39%
B = 29.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6C6D5B (or 0x6C6D5B) is known color: Siam. HEX triplet: 6C, 6D and 5B. RGB value is (108,109,91). Sum of RGB (Red+Green+Blue) = 108+109+91=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D5B is #9392A4. Grayscale: #6A6A6A. Windows color (decimal): -9671333 or 5991788. OLE color: 5991788.

HSL color Cylindrical-coordinate representation of color #6C6D5B: hue angle of 63.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C6D5B is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 109 91 -
CMYK 0.01 0 0.17 0.57
HSL 63.33º 0.09% 0.39% -
HSV(B) 63.33º 0.17% 0.43% -
XYZ 13.54 14.88 12.06 -
YUV 106.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 108 109 91 0.01 0 0.17 0.57 63.33 0.09 0.39
Hex 6C 6D 5B 1 0 11 39 3F 9 27
Octal 154 155 133 1 0 21 71 77 11 47
Binary 1101100 1101101 1011011 1 0 10001 111001 111111 1001 100111

Color Harmonies of #6C6D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6D5B

Black with #6C6D5B

Text Example


Text Example

White with #6C6D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,109,91); }

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

background-color css

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

 a { background-color: rgb(108,109,91); }

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

border-color css

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

 span { border-color: rgb(108,109,91); }

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