Html Css Color HEX #6A7450 Siam

📋 copy color: '#6A7450'

red 106 ◦ green 116 ◦ blue 80

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

Shades of Siam #6A7450

Tints of Siam #6A7450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 35.1%
G = 38.41%
B = 26.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#6A7450 (or 0x6A7450) is known color: Siam. HEX triplet: 6A, 74 and 50. RGB value is (106,116,80). Sum of RGB (Red+Green+Blue) = 106+116+80=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7450 is #958BAF. Grayscale: #6D6D6D. Windows color (decimal): -9800624 or 5272682. OLE color: 5272682.

HSL color Cylindrical-coordinate representation of color #6A7450: hue angle of 76.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A7450 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 116 80 -
CMYK 0.09 0 0.31 0.55
HSL 76.67º 0.18% 0.38% -
HSV(B) 76.67º 0.31% 0.45% -
XYZ 13.64 16.13 9.98 -
YUV 108.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 106 116 80 0.09 0 0.31 0.55 76.67 0.18 0.38
Hex 6A 74 50 9 0 1F 37 4D 12 26
Octal 152 164 120 11 0 37 67 115 22 46
Binary 1101010 1110100 1010000 1001 0 11111 110111 1001101 10010 100110

Color Harmonies of #6A7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7450

Black with #6A7450

Text Example


Text Example

White with #6A7450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,116,80); }

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

background-color css

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

 a { background-color: rgb(106,116,80); }

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

border-color css

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

 span { border-color: rgb(106,116,80); }

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