Html Css Color HEX #6B744F Siam

📋 copy color: '#6B744F'

red 107 ◦ green 116 ◦ blue 79

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

Shades of Siam #6B744F

Tints of Siam #6B744F

RGB

 RED value IS 107 (42.19% from 255) = 35.43%

 GREEN value IS 116 (45.7% from 255) = 38.41%

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 35.43%
G = 38.41%
B = 26.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#6B744F (or 0x6B744F) is known color: Siam. HEX triplet: 6B, 74 and 4F. RGB value is (107,116,79). Sum of RGB (Red+Green+Blue) = 107+116+79=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #6B744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B744F is #948BB0. Grayscale: #6D6D6D. Windows color (decimal): -9735089 or 5207147. OLE color: 5207147.

HSL color Cylindrical-coordinate representation of color #6B744F: hue angle of 74.59º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B744F is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 79 -
CMYK 0.08 0 0.32 0.55
HSL 74.59º 0.19% 0.38% -
HSV(B) 74.59º 0.32% 0.45% -
XYZ 13.72 16.18 9.8 -
YUV 109.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 107 116 79 0.08 0 0.32 0.55 74.59 0.19 0.38
Hex 6B 74 4F 8 0 20 37 4B 13 26
Octal 153 164 117 10 0 40 67 113 23 46
Binary 1101011 1110100 1001111 1000 0 100000 110111 1001011 10011 100110

Color Harmonies of #6B744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B744F

Black with #6B744F

Text Example


Text Example

White with #6B744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,79); }

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

background-color css

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

 a { background-color: rgb(107,116,79); }

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

border-color css

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

 span { border-color: rgb(107,116,79); }

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