Html Css Color HEX #6B704D Siam

📋 copy color: '#6B704D'

red 107 ◦ green 112 ◦ blue 77

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

Shades of Siam #6B704D

Tints of Siam #6B704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 36.15%
G = 37.84%
B = 26.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6B704D (or 0x6B704D) is known color: Siam. HEX triplet: 6B, 70 and 4D. RGB value is (107,112,77). Sum of RGB (Red+Green+Blue) = 107+112+77=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #6B704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B704D is #948FB2. Grayscale: #6A6A6A. Windows color (decimal): -9736115 or 5075051. OLE color: 5075051.

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

Color convert

RGB 107 112 77 -
CMYK 0.04 0 0.31 0.56
HSL 68.57º 0.19% 0.37% -
HSV(B) 68.57º 0.31% 0.44% -
XYZ 13.2 15.25 9.27 -
YUV 106.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 107 112 77 0.04 0 0.31 0.56 68.57 0.19 0.37
Hex 6B 70 4D 4 0 1F 38 45 13 25
Octal 153 160 115 4 0 37 70 105 23 45
Binary 1101011 1110000 1001101 100 0 11111 111000 1000101 10011 100101

Color Harmonies of #6B704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B704D

Black with #6B704D

Text Example


Text Example

White with #6B704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,112,77); }

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

background-color css

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

 a { background-color: rgb(107,112,77); }

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

border-color css

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

 span { border-color: rgb(107,112,77); }

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