Html Css Color HEX #6C7546 Siam

📋 copy color: '#6C7546'

red 108 ◦ green 117 ◦ blue 70

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

Shades of Siam #6C7546

Tints of Siam #6C7546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 36.61%
G = 39.66%
B = 23.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#6C7546 (or 0x6C7546) is known color: Siam. HEX triplet: 6C, 75 and 46. RGB value is (108,117,70). Sum of RGB (Red+Green+Blue) = 108+117+70=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7546 is #938AB9. Grayscale: #6D6D6D. Windows color (decimal): -9669306 or 4617580. OLE color: 4617580.

HSL color Cylindrical-coordinate representation of color #6C7546: hue angle of 71.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C7546 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 70 -
CMYK 0.08 0 0.40 0.54
HSL 71.49º 0.25% 0.37% -
HSV(B) 71.49º 0.4% 0.46% -
XYZ 13.65 16.35 8.23 -
YUV 108.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 108 117 70 0.08 0 0.40 0.54 71.49 0.25 0.37
Hex 6C 75 46 8 0 28 36 47 19 25
Octal 154 165 106 10 0 50 66 107 31 45
Binary 1101100 1110101 1000110 1000 0 101000 110110 1000111 11001 100101

Color Harmonies of #6C7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7546

Black with #6C7546

Text Example


Text Example

White with #6C7546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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