Html Css Color HEX #68714E Siam

📋 copy color: '#68714E'

red 104 ◦ green 113 ◦ blue 78

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

Shades of Siam #68714E

Tints of Siam #68714E

RGB

 RED value IS 104 (41.02% from 255) = 35.25%

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

 BLUE value IS 78 (30.86% from 255) = 26.44%

R = 35.25%
G = 38.31%
B = 26.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#68714E (or 0x68714E) is known color: Siam. HEX triplet: 68, 71 and 4E. RGB value is (104,113,78). Sum of RGB (Red+Green+Blue) = 104+113+78=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #68714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68714E is #978EB1. Grayscale: #6A6A6A. Windows color (decimal): -9932466 or 5140840. OLE color: 5140840.

HSL color Cylindrical-coordinate representation of color #68714E: hue angle of 75.43º degrees, saturation: 0.18, 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 #68714E is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 78 -
CMYK 0.08 0 0.31 0.56
HSL 75.43º 0.18% 0.37% -
HSV(B) 75.43º 0.31% 0.44% -
XYZ 12.99 15.3 9.48 -
YUV 106.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 104 113 78 0.08 0 0.31 0.56 75.43 0.18 0.37
Hex 68 71 4E 8 0 1F 38 4B 12 25
Octal 150 161 116 10 0 37 70 113 22 45
Binary 1101000 1110001 1001110 1000 0 11111 111000 1001011 10010 100101

Color Harmonies of #68714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68714E

Black with #68714E

Text Example


Text Example

White with #68714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68714E; }

 p { color: rgb(104,113,78); }

 H1.HeaderClassName
 {
   color: #68714E;
 }
 .AnyTagClassName
 {
   color: #68714E;
 }
</style>

background-color css

<style>
 a { background-color: #68714E; }

 a { background-color: rgb(104,113,78); }

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

border-color css

<style>
 span { border-color: #68714E; }

 span { border-color: rgb(104,113,78); }

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