Html Css Color HEX #68744A Siam

📋 copy color: '#68744A'

red 104 ◦ green 116 ◦ blue 74

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

Shades of Siam #68744A

Tints of Siam #68744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 35.37%
G = 39.46%
B = 25.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#68744A (or 0x68744A) is known color: Siam. HEX triplet: 68, 74 and 4A. RGB value is (104,116,74). Sum of RGB (Red+Green+Blue) = 104+116+74=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #68744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68744A is #978BB5. Grayscale: #6B6B6B. Windows color (decimal): -9931702 or 4879464. OLE color: 4879464.

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

Color convert

RGB 104 116 74 -
CMYK 0.10 0 0.36 0.55
HSL 77.14º 0.22% 0.37% -
HSV(B) 77.14º 0.36% 0.45% -
XYZ 13.19 15.93 8.86 -
YUV 107.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 104 116 74 0.10 0 0.36 0.55 77.14 0.22 0.37
Hex 68 74 4A A 0 24 37 4D 16 25
Octal 150 164 112 12 0 44 67 115 26 45
Binary 1101000 1110100 1001010 1010 0 100100 110111 1001101 10110 100101

Color Harmonies of #68744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68744A

Black with #68744A

Text Example


Text Example

White with #68744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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