Html Css Color HEX #6C714D Siam

📋 copy color: '#6C714D'

red 108 ◦ green 113 ◦ blue 77

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

Shades of Siam #6C714D

Tints of Siam #6C714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 36.24%
G = 37.92%
B = 25.84%

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

#6C714D (or 0x6C714D) is known color: Siam. HEX triplet: 6C, 71 and 4D. RGB value is (108,113,77). Sum of RGB (Red+Green+Blue) = 108+113+77=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #6C714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C714D is #938EB2. Grayscale: #6B6B6B. Windows color (decimal): -9670323 or 5075308. OLE color: 5075308.

HSL color Cylindrical-coordinate representation of color #6C714D: 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 #6C714D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 113 77 -
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.43 15.53 9.31 -
YUV 107.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 108 113 77 0.04 0 0.32 0.56 68.33 0.19 0.37
Hex 6C 71 4D 4 0 20 38 44 13 25
Octal 154 161 115 4 0 40 70 104 23 45
Binary 1101100 1110001 1001101 100 0 100000 111000 1000100 10011 100101

Color Harmonies of #6C714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C714D

Black with #6C714D

Text Example


Text Example

White with #6C714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,113,77); }

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

background-color css

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

 a { background-color: rgb(108,113,77); }

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

border-color css

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

 span { border-color: rgb(108,113,77); }

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