Html Css Color HEX #6C7048 Siam

📋 copy color: '#6C7048'

red 108 ◦ green 112 ◦ blue 72

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

Shades of Siam #6C7048

Tints of Siam #6C7048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 36.99%
G = 38.36%
B = 24.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6C7048 (or 0x6C7048) is known color: Siam. HEX triplet: 6C, 70 and 48. RGB value is (108,112,72). Sum of RGB (Red+Green+Blue) = 108+112+72=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7048 is #938FB7. Grayscale: #6A6A6A. Windows color (decimal): -9670584 or 4747372. OLE color: 4747372.

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

Color convert

RGB 108 112 72 -
CMYK 0.04 0 0.36 0.56
HSL 66º 0.22% 0.36% -
HSV(B) 66º 0.36% 0.44% -
XYZ 13.15 15.24 8.38 -
YUV 106.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 108 112 72 0.04 0 0.36 0.56 66 0.22 0.36
Hex 6C 70 48 4 0 24 38 42 16 24
Octal 154 160 110 4 0 44 70 102 26 44
Binary 1101100 1110000 1001000 100 0 100100 111000 1000010 10110 100100

Color Harmonies of #6C7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7048

Black with #6C7048

Text Example


Text Example

White with #6C7048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,72); }

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

background-color css

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

 a { background-color: rgb(108,112,72); }

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

border-color css

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

 span { border-color: rgb(108,112,72); }

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