Html Css Color HEX #6C7158 Siam

📋 copy color: '#6C7158'

red 108 ◦ green 113 ◦ blue 88

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

Shades of Siam #6C7158

Tints of Siam #6C7158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 88 (34.77% from 255) = 28.48%

R = 34.95%
G = 36.57%
B = 28.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6C7158 (or 0x6C7158) is known color: Siam. HEX triplet: 6C, 71 and 58. RGB value is (108,113,88). Sum of RGB (Red+Green+Blue) = 108+113+88=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7158 is #938EA7. Grayscale: #6C6C6C. Windows color (decimal): -9670312 or 5796204. OLE color: 5796204.

HSL color Cylindrical-coordinate representation of color #6C7158: hue angle of 72º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C7158 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 113 88 -
CMYK 0.04 0 0.22 0.56
HSL 72º 0.12% 0.39% -
HSV(B) 72º 0.22% 0.44% -
XYZ 13.85 15.7 11.53 -
YUV 108.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 108 113 88 0.04 0 0.22 0.56 72 0.12 0.39
Hex 6C 71 58 4 0 16 38 48 C 27
Octal 154 161 130 4 0 26 70 110 14 47
Binary 1101100 1110001 1011000 100 0 10110 111000 1001000 1100 100111

Color Harmonies of #6C7158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7158

Black with #6C7158

Text Example


Text Example

White with #6C7158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,113,88); }

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

background-color css

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

 a { background-color: rgb(108,113,88); }

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

border-color css

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

 span { border-color: rgb(108,113,88); }

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