Html Css Color HEX #6C704B Siam

📋 copy color: '#6C704B'

red 108 ◦ green 112 ◦ blue 75

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

Shades of Siam #6C704B

Tints of Siam #6C704B

RGB

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

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

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

R = 36.61%
G = 37.97%
B = 25.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6C704B (or 0x6C704B) is known color: Siam. HEX triplet: 6C, 70 and 4B. RGB value is (108,112,75). Sum of RGB (Red+Green+Blue) = 108+112+75=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #6C704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C704B is #938FB4. Grayscale: #6A6A6A. Windows color (decimal): -9670581 or 4943980. OLE color: 4943980.

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

Color convert

RGB 108 112 75 -
CMYK 0.04 0 0.33 0.56
HSL 66.49º 0.2% 0.37% -
HSV(B) 66.49º 0.33% 0.44% -
XYZ 13.25 15.28 8.91 -
YUV 106.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 108 112 75 0.04 0 0.33 0.56 66.49 0.2 0.37
Hex 6C 70 4B 4 0 21 38 42 14 25
Octal 154 160 113 4 0 41 70 102 24 45
Binary 1101100 1110000 1001011 100 0 100001 111000 1000010 10100 100101

Color Harmonies of #6C704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C704B

Black with #6C704B

Text Example


Text Example

White with #6C704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,75); }

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

background-color css

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

 a { background-color: rgb(108,112,75); }

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

border-color css

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

 span { border-color: rgb(108,112,75); }

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