Html Css Color HEX #6C7356 Siam

📋 copy color: '#6C7356'

red 108 ◦ green 115 ◦ blue 86

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

Shades of Siam #6C7356

Tints of Siam #6C7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 34.95%
G = 37.22%
B = 27.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#6C7356 (or 0x6C7356) is known color: Siam. HEX triplet: 6C, 73 and 56. RGB value is (108,115,86). Sum of RGB (Red+Green+Blue) = 108+115+86=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7356 is #938CA9. Grayscale: #6D6D6D. Windows color (decimal): -9669802 or 5665644. OLE color: 5665644.

HSL color Cylindrical-coordinate representation of color #6C7356: hue angle of 74.48º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C7356 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 115 86 -
CMYK 0.06 0 0.25 0.55
HSL 74.48º 0.14% 0.39% -
HSV(B) 74.48º 0.25% 0.45% -
XYZ 13.99 16.12 11.18 -
YUV 109.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 108 115 86 0.06 0 0.25 0.55 74.48 0.14 0.39
Hex 6C 73 56 6 0 19 37 4A E 27
Octal 154 163 126 6 0 31 67 112 16 47
Binary 1101100 1110011 1010110 110 0 11001 110111 1001010 1110 100111

Color Harmonies of #6C7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7356

Black with #6C7356

Text Example


Text Example

White with #6C7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,86); }

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

background-color css

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

 a { background-color: rgb(108,115,86); }

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

border-color css

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

 span { border-color: rgb(108,115,86); }

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