Html Css Color HEX #6A754C Siam

📋 copy color: '#6A754C'

red 106 ◦ green 117 ◦ blue 76

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

Shades of Siam #6A754C

Tints of Siam #6A754C

RGB

 RED value IS 106 (41.8% from 255) = 35.45%

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

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 35.45%
G = 39.13%
B = 25.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#6A754C (or 0x6A754C) is known color: Siam. HEX triplet: 6A, 75 and 4C. RGB value is (106,117,76). Sum of RGB (Red+Green+Blue) = 106+117+76=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #6A754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A754C is #958AB3. Grayscale: #6D6D6D. Windows color (decimal): -9800372 or 5010794. OLE color: 5010794.

HSL color Cylindrical-coordinate representation of color #6A754C: hue angle of 76.1º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A754C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 117 76 -
CMYK 0.09 0 0.35 0.54
HSL 76.1º 0.21% 0.38% -
HSV(B) 76.1º 0.35% 0.46% -
XYZ 13.61 16.31 9.27 -
YUV 109.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 106 117 76 0.09 0 0.35 0.54 76.1 0.21 0.38
Hex 6A 75 4C 9 0 23 36 4C 15 26
Octal 152 165 114 11 0 43 66 114 25 46
Binary 1101010 1110101 1001100 1001 0 100011 110110 1001100 10101 100110

Color Harmonies of #6A754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A754C

Black with #6A754C

Text Example


Text Example

White with #6A754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A754C; }

 p { color: rgb(106,117,76); }

 H1.HeaderClassName
 {
   color: #6A754C;
 }
 .AnyTagClassName
 {
   color: #6A754C;
 }
</style>

background-color css

<style>
 a { background-color: #6A754C; }

 a { background-color: rgb(106,117,76); }

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

border-color css

<style>
 span { border-color: #6A754C; }

 span { border-color: rgb(106,117,76); }

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