Html Css Color HEX #6C7848 Siam

📋 copy color: '#6C7848'

red 108 ◦ green 120 ◦ blue 72

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

Shades of Siam #6C7848

Tints of Siam #6C7848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

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

R = 36%
G = 40%
B = 24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#6C7848 (or 0x6C7848) is known color: Siam. HEX triplet: 6C, 78 and 48. RGB value is (108,120,72). Sum of RGB (Red+Green+Blue) = 108+120+72=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7848 is #9387B7. Grayscale: #6F6F6F. Windows color (decimal): -9668536 or 4749420. OLE color: 4749420.

HSL color Cylindrical-coordinate representation of color #6C7848: hue angle of 75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C7848 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 120 72 -
CMYK 0.10 0 0.40 0.53
HSL 75º 0.25% 0.38% -
HSV(B) 75º 0.4% 0.47% -
XYZ 14.07 17.09 8.69 -
YUV 110.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 108 120 72 0.10 0 0.40 0.53 75 0.25 0.38
Hex 6C 78 48 A 0 28 35 4B 19 26
Octal 154 170 110 12 0 50 65 113 31 46
Binary 1101100 1111000 1001000 1010 0 101000 110101 1001011 11001 100110

Color Harmonies of #6C7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7848

Black with #6C7848

Text Example


Text Example

White with #6C7848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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