Html Css Color HEX #6C7552 Siam

📋 copy color: '#6C7552'

red 108 ◦ green 117 ◦ blue 82

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

Shades of Siam #6C7552

Tints of Siam #6C7552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 35.18%
G = 38.11%
B = 26.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#6C7552 (or 0x6C7552) is known color: Siam. HEX triplet: 6C, 75 and 52. RGB value is (108,117,82). Sum of RGB (Red+Green+Blue) = 108+117+82=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7552 is #938AAD. Grayscale: #6E6E6E. Windows color (decimal): -9669294 or 5404012. OLE color: 5404012.

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

Color convert

RGB 108 117 82 -
CMYK 0.08 0 0.30 0.54
HSL 75.43º 0.18% 0.39% -
HSV(B) 75.43º 0.3% 0.46% -
XYZ 14.07 16.52 10.43 -
YUV 110.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 108 117 82 0.08 0 0.30 0.54 75.43 0.18 0.39
Hex 6C 75 52 8 0 1E 36 4B 12 27
Octal 154 165 122 10 0 36 66 113 22 47
Binary 1101100 1110101 1010010 1000 0 11110 110110 1001011 10010 100111

Color Harmonies of #6C7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7552

Black with #6C7552

Text Example


Text Example

White with #6C7552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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