Html Css Color HEX #6A754E Siam

📋 copy color: '#6A754E'

red 106 ◦ green 117 ◦ blue 78

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

Shades of Siam #6A754E

Tints of Siam #6A754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 35.22%
G = 38.87%
B = 25.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#6A754E (or 0x6A754E) is known color: Siam. HEX triplet: 6A, 75 and 4E. RGB value is (106,117,78). Sum of RGB (Red+Green+Blue) = 106+117+78=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #6A754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A754E is #958AB1. Grayscale: #6D6D6D. Windows color (decimal): -9800370 or 5141866. OLE color: 5141866.

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

Color convert

RGB 106 117 78 -
CMYK 0.09 0 0.33 0.54
HSL 76.92º 0.2% 0.38% -
HSV(B) 76.92º 0.33% 0.46% -
XYZ 13.68 16.34 9.64 -
YUV 109.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 106 117 78 0.09 0 0.33 0.54 76.92 0.2 0.38
Hex 6A 75 4E 9 0 21 36 4D 14 26
Octal 152 165 116 11 0 41 66 115 24 46
Binary 1101010 1110101 1001110 1001 0 100001 110110 1001101 10100 100110

Color Harmonies of #6A754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A754E

Black with #6A754E

Text Example


Text Example

White with #6A754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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