Html Css Color HEX #6C724A Siam

📋 copy color: '#6C724A'

red 108 ◦ green 114 ◦ blue 74

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

Shades of Siam #6C724A

Tints of Siam #6C724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 74 (29.3% from 255) = 25%

R = 36.49%
G = 38.51%
B = 25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#6C724A (or 0x6C724A) is known color: Siam. HEX triplet: 6C, 72 and 4A. RGB value is (108,114,74). Sum of RGB (Red+Green+Blue) = 108+114+74=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #6C724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C724A is #938DB5. Grayscale: #6B6B6B. Windows color (decimal): -9670070 or 4878956. OLE color: 4878956.

HSL color Cylindrical-coordinate representation of color #6C724A: hue angle of 69º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C724A is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 114 74 -
CMYK 0.05 0 0.35 0.55
HSL 69º 0.21% 0.37% -
HSV(B) 69º 0.35% 0.45% -
XYZ 13.44 15.72 8.8 -
YUV 107.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 108 114 74 0.05 0 0.35 0.55 69 0.21 0.37
Hex 6C 72 4A 5 0 23 37 45 15 25
Octal 154 162 112 5 0 43 67 105 25 45
Binary 1101100 1110010 1001010 101 0 100011 110111 1000101 10101 100101

Color Harmonies of #6C724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C724A

Black with #6C724A

Text Example


Text Example

White with #6C724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,114,74); }

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

background-color css

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

 a { background-color: rgb(108,114,74); }

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

border-color css

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

 span { border-color: rgb(108,114,74); }

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