Html Css Color HEX #68754B Siam

📋 copy color: '#68754B'

red 104 ◦ green 117 ◦ blue 75

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

Shades of Siam #68754B

Tints of Siam #68754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

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

R = 35.14%
G = 39.53%
B = 25.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#68754B (or 0x68754B) is known color: Siam. HEX triplet: 68, 75 and 4B. RGB value is (104,117,75). Sum of RGB (Red+Green+Blue) = 104+117+75=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #68754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68754B is #978AB4. Grayscale: #6C6C6C. Windows color (decimal): -9931445 or 4945256. OLE color: 4945256.

HSL color Cylindrical-coordinate representation of color #68754B: hue angle of 78.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68754B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 75 -
CMYK 0.11 0 0.36 0.54
HSL 78.57º 0.22% 0.38% -
HSV(B) 78.57º 0.36% 0.46% -
XYZ 13.34 16.17 9.08 -
YUV 108.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 104 117 75 0.11 0 0.36 0.54 78.57 0.22 0.38
Hex 68 75 4B B 0 24 36 4F 16 26
Octal 150 165 113 13 0 44 66 117 26 46
Binary 1101000 1110101 1001011 1011 0 100100 110110 1001111 10110 100110

Color Harmonies of #68754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68754B

Black with #68754B

Text Example


Text Example

White with #68754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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