Html Css Color HEX #6E734B Siam

📋 copy color: '#6E734B'

red 110 ◦ green 115 ◦ blue 75

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

Shades of Siam #6E734B

Tints of Siam #6E734B

RGB

 RED value IS 110 (43.36% from 255) = 36.67%

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 36.67%
G = 38.33%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#6E734B (or 0x6E734B) is known color: Siam. HEX triplet: 6E, 73 and 4B. RGB value is (110,115,75). Sum of RGB (Red+Green+Blue) = 110+115+75=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #6E734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E734B is #918CB4. Grayscale: #6D6D6D. Windows color (decimal): -9538741 or 4944750. OLE color: 4944750.

HSL color Cylindrical-coordinate representation of color #6E734B: hue angle of 67.5º 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 #6E734B is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 115 75 -
CMYK 0.04 0 0.35 0.55
HSL 67.5º 0.21% 0.37% -
HSV(B) 67.5º 0.35% 0.45% -
XYZ 13.83 16.08 9.03 -
YUV 108.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 110 115 75 0.04 0 0.35 0.55 67.5 0.21 0.37
Hex 6E 73 4B 4 0 23 37 44 15 25
Octal 156 163 113 4 0 43 67 104 25 45
Binary 1101110 1110011 1001011 100 0 100011 110111 1000100 10101 100101

Color Harmonies of #6E734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E734B

Black with #6E734B

Text Example


Text Example

White with #6E734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,115,75); }

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

background-color css

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

 a { background-color: rgb(110,115,75); }

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

border-color css

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

 span { border-color: rgb(110,115,75); }

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