Html Css Color HEX #6B704C Siam

📋 copy color: '#6B704C'

red 107 ◦ green 112 ◦ blue 76

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

Shades of Siam #6B704C

Tints of Siam #6B704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 36.27%
G = 37.97%
B = 25.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6B704C (or 0x6B704C) is known color: Siam. HEX triplet: 6B, 70 and 4C. RGB value is (107,112,76). Sum of RGB (Red+Green+Blue) = 107+112+76=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #6B704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B704C is #948FB3. Grayscale: #6A6A6A. Windows color (decimal): -9736116 or 5009515. OLE color: 5009515.

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

Color convert

RGB 107 112 76 -
CMYK 0.04 0 0.32 0.56
HSL 68.33º 0.19% 0.37% -
HSV(B) 68.33º 0.32% 0.44% -
XYZ 13.16 15.24 9.08 -
YUV 106.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 107 112 76 0.04 0 0.32 0.56 68.33 0.19 0.37
Hex 6B 70 4C 4 0 20 38 44 13 25
Octal 153 160 114 4 0 40 70 104 23 45
Binary 1101011 1110000 1001100 100 0 100000 111000 1000100 10011 100101

Color Harmonies of #6B704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B704C

Black with #6B704C

Text Example


Text Example

White with #6B704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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