Html Css Color HEX #6C7256 Siam

📋 copy color: '#6C7256'

red 108 ◦ green 114 ◦ blue 86

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

Shades of Siam #6C7256

Tints of Siam #6C7256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

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

R = 35.06%
G = 37.01%
B = 27.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#6C7256 (or 0x6C7256) is known color: Siam. HEX triplet: 6C, 72 and 56. RGB value is (108,114,86). Sum of RGB (Red+Green+Blue) = 108+114+86=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7256 is #938DA9. Grayscale: #6D6D6D. Windows color (decimal): -9670058 or 5665388. OLE color: 5665388.

HSL color Cylindrical-coordinate representation of color #6C7256: hue angle of 72.86º 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 #6C7256 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 114 86 -
CMYK 0.05 0 0.25 0.55
HSL 72.86º 0.14% 0.39% -
HSV(B) 72.86º 0.25% 0.45% -
XYZ 13.88 15.89 11.14 -
YUV 109.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 108 114 86 0.05 0 0.25 0.55 72.86 0.14 0.39
Hex 6C 72 56 5 0 19 37 49 E 27
Octal 154 162 126 5 0 31 67 111 16 47
Binary 1101100 1110010 1010110 101 0 11001 110111 1001001 1110 100111

Color Harmonies of #6C7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7256

Black with #6C7256

Text Example


Text Example

White with #6C7256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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