Html Css Color HEX #68744B Siam

📋 copy color: '#68744B'

red 104 ◦ green 116 ◦ blue 75

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

Shades of Siam #68744B

Tints of Siam #68744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 35.25%
G = 39.32%
B = 25.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#68744B (or 0x68744B) is known color: Siam. HEX triplet: 68, 74 and 4B. RGB value is (104,116,75). Sum of RGB (Red+Green+Blue) = 104+116+75=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #68744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68744B is #978BB4. Grayscale: #6B6B6B. Windows color (decimal): -9931701 or 4945000. OLE color: 4945000.

HSL color Cylindrical-coordinate representation of color #68744B: hue angle of 77.56º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68744B is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 75 -
CMYK 0.10 0 0.35 0.55
HSL 77.56º 0.21% 0.37% -
HSV(B) 77.56º 0.35% 0.45% -
XYZ 13.22 15.94 9.04 -
YUV 107.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 104 116 75 0.10 0 0.35 0.55 77.56 0.21 0.37
Hex 68 74 4B A 0 23 37 4E 15 25
Octal 150 164 113 12 0 43 67 116 25 45
Binary 1101000 1110100 1001011 1010 0 100011 110111 1001110 10101 100101

Color Harmonies of #68744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68744B

Black with #68744B

Text Example


Text Example

White with #68744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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