Html Css Color HEX #68714B Siam

📋 copy color: '#68714B'

red 104 ◦ green 113 ◦ blue 75

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

Shades of Siam #68714B

Tints of Siam #68714B

RGB

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

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

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

R = 35.62%
G = 38.7%
B = 25.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#68714B (or 0x68714B) is known color: Siam. HEX triplet: 68, 71 and 4B. RGB value is (104,113,75). Sum of RGB (Red+Green+Blue) = 104+113+75=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #68714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68714B is #978EB4. Grayscale: #6A6A6A. Windows color (decimal): -9932469 or 4944232. OLE color: 4944232.

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

Color convert

RGB 104 113 75 -
CMYK 0.08 0 0.34 0.56
HSL 74.21º 0.2% 0.37% -
HSV(B) 74.21º 0.34% 0.44% -
XYZ 12.88 15.26 8.92 -
YUV 105.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 104 113 75 0.08 0 0.34 0.56 74.21 0.2 0.37
Hex 68 71 4B 8 0 22 38 4A 14 25
Octal 150 161 113 10 0 42 70 112 24 45
Binary 1101000 1110001 1001011 1000 0 100010 111000 1001010 10100 100101

Color Harmonies of #68714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68714B

Black with #68714B

Text Example


Text Example

White with #68714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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